Messaging Channels
Send messages to your customers using different communication channels.
Send SMS
curl --location --request POST 'https://api.orangepill.cloud/v1/apps/message/sms' \
--header 'x-api-key: AXVubzpwQDU1dzByYM==' \
--header 'idempotency-key: 27373fabc392933deffda' \
--header 'Content-Type: application/json' \
--data-raw '{
"to":"38598123456",
"content":{
"text": "My text message",
}
}'{
"messages": [
{
"messageId": "3919977727444335893722",
"status": {
"groupId": 1,
"groupName": "PENDING",
"id": 26,
"name": "PENDING_ACCEPTED",
"description": "Message sent to next instance"
},
"destination": "38598123456"
}
]
}Send WhatsApp
Send Email
Send SMS to User
Send WhatsApp to User
Send Email to User
Send SMS to Person
Send WhatsApp to Person
Send Email to Person
Last updated