🪝Webhook: Send SMS

When the SMS webhook is enabled, Cubu triggers a webhook for sending SMS messages, allowing users to utilize custom SMS gateways without incurring charges or needing to maintain an SMS balance.

API

URL

[base-url]/messaging/actions/sendSms

Request Body

  • phoneNumber: the recipient's phone number.

  • message: the message body.

  • messageId: The message's internal unique identifier.

Response Body

N/A

Last updated