Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://{{host}}/api/public/bot/{{BotId}}/outboundsms
application/json
auth: {{JWT}}
host
https://platform.kore.ai
BotId
StreamId
curl --location 'https://{{host}}/api/public/bot/st-26d52ba6-7a77-56b2-be4e-a8db1da7e440/outboundsms' \ --header 'Content-Type: application/json;charset=UTF-8' \ --header 'auth: <token>' \ --data '{ "fromNo": "+19876543210", "toNo": "+911234567890" }'
fromNo
toNo
{ "message": "Triggered the configured Experience flow to deliver message via SMS channel" }
Was this page helpful?