Send message
Authentication
Account authentication key. The App-Key must have the SMS channel enabled; it cannot be used against the endpoints of other channels.
Request
Sender mask identifier obtained through GET /v1/sms/masks.
Destination number, digits only. National sends: exactly 10 digits, without the country code. International sends (is_international: true): full number with its country code (10 to 15 digits).
Send true for an international destination (to carries the full number with its country code). The mask must support international sends (errorCode 356 otherwise).
Send true when the text contains accents, ñ, or other characters outside the GSM-7 alphabet. The message is encoded in UCS-2, which reduces the maximum size per segment.
Response
Message accepted and queued for delivery. Store message_id: it is the key to correlate the status webhooks of this send.
Send identifier. Store it: it is the key to correlate the status webhooks of this send.

