Enable trigger

Enables a trigger for a connected account and specific trigger name.

Path parameters

connectedAccountIdstringRequiredformat: "[^\/#\?]+?"
triggerNamestringRequiredformat: "[^\/#\?]+?"

Headers

x-api-keystringRequired

Request

EnableTriggerBodyDTO

triggerConfigobjectRequired

Configuration parameters for the trigger. Structure varies based on trigger type.

verifyHoststringOptional

Host URL for webhook verification, if required.

Response

statusstring

Status of the operation (success/error).

messagestringOptional

Additional information about the operation result.

triggerIdstringOptional

Unique identifier of the affected trigger.

isNewbooleanOptional

Indicates whether a new trigger was created (true) or an existing one was modified (false).