Triggers
Retrieve a trigger
GET
/
triggers
/
{id}
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
id
string
requiredThe ID of the trigger
Response
200 - application/json
id
string
requiredThe ID of the trigger
name
string
requiredThe name of the trigger
trigger
string
requiredThe event that triggers the trigger
steps
object[]
requiredThe steps of the trigger
status
string
requiredThe status of the trigger. One of "active" or "inactive"
email_address
string | null
requiredThe ID of the email address or project email address associated with the trigger. Will be used to send emails as part of this trigger
phone_number
string | null
requiredThe ID of the phone number or project phone number associated with the trigger. Will be used to send SMS messages as part of this trigger