cURL
curl --request POST \ --url https://app.fluently.at/api/developers/v1/communication/sms \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "agentId": "<string>", "sender": "<string>", "recipient": "<string>", "content": "<string>" } '
{ "cost": 123, "recipient": "+43 123 456789" }
Sends an SMS to a recipient. Can be used to send SMS from a workflow.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Parameters for sending an SMS.
The agent's ID
The sender's name
The recipient
The content of the SMS
SMS sent successfully, returning details of the sent SMS.
The cost metric for the sent sms.
The recipient for the sms
"+43 123 456789"