Connect with customers on their preferred channels while managing every aspect of your messaging lifecycle through Pinnacle. Begin with our sending guide to get started quickly, then expand your capabilities with advanced message status tracking and inbound message handling as your needs grow.
Build SMS, MMS, and RCS experiences — including blasts, reactions, and typing indicators.
Set up webhooks, track message statuses, and process inbound messages and user events.
Use POST /messages/validate/sms,
POST /messages/validate/mms, and
POST /messages/validate/rcs to allow
you to validate content without sending. This will help you catch unsupported
files, return media size, display segmentation, and give cost estimates before
hitting send.
Use the respective send endpoint/method.
POST /messages/send/sms.POST /messages/send/mms.POST /messages/send/rcs.Poll GET /messages/{messageId} to get
updates for your message or subscribe to webhooks to monitor status changes
and inbound replies. See our receiving guide
for more details.