Create Whats App Integration
Create WhatsApp integration
post
/v1/integration/whatsapp/create
Authorization
ChatBotKit API Secret * Required
HTTP Authorization Scheme: bearer
Request Body * Required
Request Body Schema: application/json
namestring
The associated name
descriptionstring
The associated description
metaobject
Meta data information
phoneNumberIdstring
The WhatsApp integration phone number ID
accessTokenstring
The WhatsApp integration access token
contactCollectionboolean
Weather to collect contacts
sessionDurationnumber
The session duration (in milliseconds)
attachmentsboolean
Weather the bot supports attachments
botIdstring
The ID of the bot this configuration is using
curl -X POST "https://api.chatbotkit.com/v1/integration/whatsapp/create" \-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \
-H "Content-Type: application/json" \
--data-binary @- << EOF {"name":"string","description":"string","meta":"object","phoneNumberId":"string","accessToken":"string","contactCollection":"boolean","sessionDuration":"number","attachments":"boolean",} EOF"botId":"string"
{"id":"string"}
The WhatsApp integration was created successfully