Example:
curl --location 'https://beta.promptchat.com/api/integrations/send-message' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer substitute_the_integration_token_here' \
--data '{
"phone": "хххххххххххх",
"text": "Test sms",
"attachment": {
"type": "1",
"mime": "1",
"url": "https://img.freepik.com/free-vector/hand-painted-ukraine-map-flag-colours_1048-15620.jpg"
}
}'
Example:
curl --location 'https://beta.promptchat.com/api/integrations/send-message' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer substitute_the_integration_token_here' \
--data '{
"phone": "хххххххххххх",
"text": "Test sms",
"attachment": {
"type": "1",
"mime": "1",
"url": "https://beta.promptchat.com/storage/chats/GgFkzi7xhDYR7i7f.mp3"
}
}'