Update project trigger status

Updates the trigger enablement status for the current project. Use this endpoint to enable or disable triggers for automated workflows within a project.

Headers

x-api-keystringRequired

Query parameters

enabledbooleanOptional

Boolean flag indicating whether triggers should be enabled (true) or disabled (false) for the project

Response

Project trigger status successfully updated. Returns the complete project object with the updated trigger status.
idstringformat: "projectId"
Unique identifier for the project
org_idstringformat: "orgId"
Identifier of the organization that owns this project
namestring
Name of the project
emailstringformat: "email"
Email address associated with the project
created_atstring
ISO timestamp when the project was created
updated_atstring
ISO timestamp when the project was last updated
deletedboolean

Whether this project has been soft-deleted

webhook_urlstring or nullformat: "uri"

URL where webhook events will be sent (can be null)

event_webhook_urlstring or nullformat: "uri"

URL where event webhook notifications will be sent (can be null)

webhook_secretstring or null
Secret key used to sign webhook payloads for verification
triggers_enabledboolean or null
Whether triggers are enabled for this project
last_subscribed_atstring or nullformat: "date-time"
ISO timestamp when the project last subscribed to updates
is_new_webhookboolean or null
Indicates if the webhook configuration is using the new format