Update Trigger Integration
Update a Trigger integration
post
/v1/integration/trigger/{triggerIntegrationId}/update
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Path Parameters
triggerIntegrationIdstring* Required
The ID of the Trigger integration
Request Body * Required
Request Body Schema: application/json
namestring
The associated name
descriptionstring
The associated description
metaobject
Meta data information
authenticateboolean
When enabled the integration requires authentication
sessionDurationnumber
The session duration (in milliseconds)
botIdstring
The ID of the bot this configuration is using
curl -X POST "https://api.chatbotkit.com/v1/integration/trigger/{triggerIntegrationId}/update" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \
-H "Content-Type: application/json" \
--data-binary @- << EOF {"name":"string","description":"string","meta":"object","authenticate":"boolean","sessionDuration":"number",} EOF"botId":"string"
{"id":"string"}
The Trigger integration was updated successfully