Create a trigger
Creates a trigger that runs a task on a schedule across a set of credentials. The trigger is created active and fires on its schedule immediately.
Request body
Display name for the trigger.
Description of the trigger's purpose.
The task to run. Prefixed with task_. Cannot be changed after creation.
Explicit credentials to target, one or many. Pass exactly one of credential_ids / credential_filter.
Response
Created
Unique identifier for the trigger, prefixed with trg_.
Always trigger.
Display name for the trigger.
Description of the trigger's purpose.
active or inactive. Inactive triggers keep their configuration and fire nothing.
The task this trigger runs. Prefixed with task_. Fixed at creation.
Explicit credentials the trigger targets. null when the trigger uses credential_filter.
ISO 8601 timestamp of when the resource was created.
ISO 8601 timestamp of when the resource was last updated.
Unique identifier for the API request. Include this when contacting support.