Documentation
LogIn- Getting started
-
CRM API
- Adding/Updating Contacts
- List Filter/Search Contacts
- Contact Timeline Actions
- Contact Info
- Contact Actions
- Adding/Updating Company
- List Filter/Search Companies
- Company Timeline Actions
- Company Info
- Update Company Info
- Add Company Timeline Action
- Adding/Updating Deals
- List Filter/Search Deals
- List Filter/Search Deals Board View
- Drag/Drop Deals between Stages
- Deal WIN/LOSS Reasons
- Owners
- Countries
- Stages
- Funnels
- Lead Scores
- Deal Timeline Actions
- Deal Info
- Update Deal Info
- Add Deal Timeline Action
- List Filter/Search Activities/Tasks
- Add/Update Activity/Tasks
- Contact Messages
- List User Messages
- Delete Actions
-
Phone API
- Send SMS
- Search Phone Numbers
- Order Phone Number
- List Active Phone Numbers
- Disconnect Phone Number
- List Available Audio Files
- Block Phone Number
- Unblock Phone Number
- Check Number Block Status
- List Phone Sub Accounts
- Add/Edit Sub Account
- Attach Phone Number to Sub Account
- List Phone Numbers Per Sub Account
- System API
- Service/Tickets API
- API - Premium Edition
- Callbacks
- Resellers API
- Enabler API
- SMS Error Codes
This is to report the status of a failed delivery of the Message
Parameters | Sample | Description |
---|---|---|
type | message-failed | message-delivered |
message_id | string | Unique ID for the message |
from | 3056490655 | One of your telephone numbers assigned under the account, if not assigned, will result in error. |
to | 9195551212 | The phone number the message should be sent to |
errorCode | 205 | The phone number the message should be sent to |
description | string | A detailed description of the event described by the receipt |
Example:
Example :
POST /your_url HTTP/1.1
Content-Type: application/json; charset=utf-8
Response :
- {
- "type":"message-failed",
- "message_id":"Hmdbn479ikf7",
- "from":"626446262",
- "to":"305689888",
- "errorCode":"The error code (if any). See the error docs for a detailed list",
- "description":"A detailed description of the event described by the receipt",
- }