POST
/
api
/
v1
/
triggers
/
enable
/
{connectedAccountId}
/
{triggerName}

Authorizations

x-api-key
string
header
required

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Path Parameters

connectedAccountId
string
required
triggerName
string
required

Body

application/json
triggerConfig
object
required

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

verifyHost
string

Host URL for webhook verification, if required.

Response

200 - application/json
status
string
required

Status of the operation (success/error).

isNew
boolean

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

message
string

Additional information about the operation result.

triggerId
string

Unique identifier of the affected trigger.