Get the API key
Home
Getting Started
Knowledge Base
API Setup
Omnichannel API
- Overview
- Quickstart
- Theory
- Sender Name
- Specification
- Requests & Authentication
- Development Libraries
- SMS Message
- Viber Message
- WhatsApp Message
- Delivery Report
- Scheduled Messages
- Inbound Messages
- HELP
- API Reference
Verigator API EARLY ACCESS
SMPP
Number Lookup
Phonebook API
Bulk Messaging API
Subscription API
Account Balance API
Pricing API
Statistics API
Number Verification
Tools
FAQ
Bulk Messaging API
Send multiple Omnimessages with one API request
For the full API documentation refer to Omnichannel HTTP API reference.
All endpoints require HTTP basic authorization header with Messente API username and password. You can find the API username and password under your Account API Settings.
Request endpoint
POST https://api.messente.com/v1/omnimessages
Request Body
Request body of this endpoint just contains multiple Omnimessages under "messages" list.For the full list of parameters refer to Omnichannel HTTP API reference
Example Request Body
{
"messages": [
{
"to": "+4400000001",
"messages": [{
"channel": "sms",
"text": "Hi John!",
"sender": "Messente"
}]
},
{
"to": "+4400000002",
"messages": [{
"channel": "sms",
"text": "Hi Jane!",
"sender": "Messente"
}]
}
]
}
Search results
0 items found Get the API key
Home
Getting Started
Knowledge Base
API Setup
Omnichannel API
- Overview
- Quickstart
- Theory
- Sender Name
- Specification
- Requests & Authentication
- Development Libraries
- SMS Message
- Viber Message
- WhatsApp Message
- Delivery Report
- Scheduled Messages
- Inbound Messages
- HELP
- API Reference