Create or update a trigger
Creates a new trigger instance or updates an existing one with the same configuration. Triggers listen for events from external services (webhooks or polling) and can invoke your workflows. If a matching trigger already exists and is disabled, it will be re-enabled. Requires a connected account ID to associate the trigger with a specific user connection.
Authorization
ApiKeyAuth API key authentication
In: header
Path Parameters
The slug of the trigger instance. Case-insensitive (internally normalized to uppercase).
Request Body
application/json
DEPRECATED: This parameter will be removed in a future version. Please use connected_account_id instead.
connectedAccountIdDEPRECATED: This parameter will be removed in a future version. Please use trigger_config instead.
Connected account nanoid
connectedAccountIdTrigger configuration
DEPRECATED: This parameter will be removed in a future version. Please use toolkit_versions instead.
Toolkit version specification. Supports "latest" string or a record mapping toolkit slugs to specific versions.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://backend.composio.dev/api/v3/trigger_instances/string/upsert" \ -H "Content-Type: application/json" \ -d '{}'{
"trigger_id": "string",
"deprecated": {
"uuid": "string"
}
}{
"trigger_id": "string",
"deprecated": {
"uuid": "string"
}
}{}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}