PindoSMS class. Import them to type your payloads and improve IDE autocompletion.
Import
Exports
| Name | Kind | Description |
|---|---|---|
PindoSMS | class | The main SDK class. See PindoSMS Class. |
SMSPayload | interface | Payload for sendSMS. |
BulkSMSPayload | interface | Payload for sendBulkSMS. |
SMSPayload
Used as the argument tosendSMS.
The recipient’s phone number in E.164 format (e.g.
+250781234567).The text content of the SMS message.
The sender ID displayed to the recipient.
BulkSMSPayload
Used as the argument tosendBulkSMS.
An array of recipient objects.
The SMS message text. Supports
@contact.name for per-recipient personalization.The sender ID displayed to all recipients.