POST
/
api
/
v1
/
triggers
/
set_callback_url

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

Body

application/json
callbackURL
string
required

URL where webhook notifications should be sent when the trigger fires.

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.