Configure Integration
An integration can call this endpoint to configure itself
Header Parameters
Bot id
Integration id
Integration alias
Request Body
application/json
Configuration of the integration
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/chat/integrations/configure" \ -H "x-bot-id: string" \ -H "Content-Type: application/json" \ -d '{}'{}{}Cancel Scheduled Event DELETE
Permanently cancels a scheduled [Event](#schema_event). The event must be in a `scheduled` state.
Create Conversation POST
Creates a new [Conversation](#schema_conversation). When creating a new [Conversation](#schema_conversation), the required tags must be provided. See the specific integration for more details.