These docs are for v1.0. Click to read the latest docs for v2.0.

Update Trigger

A non-idempotent (additive) update method for Triggers.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Contrary to the similar PUT method (of the same endpoint), only the data that is being updated needs sent.

  • {"name": "Trigger Name Update"} will properly update just the name
  • {"tags": [{"label": "A New Tag", "value": "{a_new_tag}"}]} will add the A New Tag tag to the existing list of tags.
Path Params
string
required

ID of trigger to replace.

Body Params
string

Name of the trigger.

tags
array of objects

Array of merge tags that can be used with trigger.

tags
string
Defaults to false

Whether or not a trigger can be used to send transactional messages. Note: just because a trigger can be transactional, does not mean it will be used that way. Also, transactional messages require approval from Postscript before they can be sent to transactional subscribers.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json