Sign in

Push templates to another server

documented

Copy templates from one server to another.

PUT /templates/pushTemplatesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.postmarkapp.com/templates/push" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-Postmark-Account-Token: {{POSTMARKAPP_API_KEY}}" \
  -d '{"SourceServerID": {{$SourceServerID}},"DestinationServerID": {{$DestinationServerID}},"PerformChanges": {{$PerformChanges}}}'