cURL
curl --request POST \ --url https://app.fliqr.ai/api/users/{user_id}/send/text \ --header 'Content-Type: application/json' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data ' { "text": "This is a text message", "channel": "messenger" } '
{ "success": true }
Send text message to the contact
messenger
whatsapp
sms
webchat
telegram
instagram
viber
omnichannel
successful operation
Was this page helpful?