Post Trigger Instances By Slug Upsert
Authentication
x-api-keystring
API key authentication
Path parameters
slug
The slug of the trigger instance
Request
This endpoint expects an object.
connected_account_id
Connected account nanoid
trigger_config
Trigger configuration
toolkit_versions
Toolkit version specification. Supports "latest" string or a record mapping toolkit slugs to specific versions.
connectedAuthIdDeprecated
DEPRECATED: This parameter will be removed in a future version. Please use connected_account_id instead.
triggerConfigDeprecated
DEPRECATED: This parameter will be removed in a future version. Please use trigger_config instead.
versionDeprecated
DEPRECATED: This parameter will be removed in a future version. Please use toolkit_versions instead.
Response
Successfully updated trigger instance
trigger_id
ID of the updated trigger
deprecated