External Message

Manage external message service.

List external messages

get

Retrieve a collection of external messages.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

OK

application/json
countinteger · int64Optional

Total number of resource.

Example: 100
get
/external_messages

Retrieve external message detailed information.

get

Retrieve details of external message.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired

The unique ID of external message.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
chevron-right
200

OK

application/json
idall ofOptional

The unique ID of external message.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
config_idall ofOptional

The unique ID of external message.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
senderstringOptional

The sender number of the message.

sender_namestringOptional

The sender name of the message.

receiverstringOptional

The receiver number of the message.

receiver_namestringOptional

The receiver name of the message.

channel_namestringOptional

The channel name of the message.

channel_numberstringOptional

The channel number of the message.

brandstringOptional

The brand of the message.

didstringOptional

The did of the message.

msg_typestring · enumOptional

The type of message:
Can be either:

  • UNKNOWN:
  • SMS:
  • WHATSAPP:
Possible values:
directionstring · enumOptional

The direction of message:

  • IN:
  • OUT:
Possible values:
contentstringOptional

The content of the message.

reasonstringOptional

The reason of the message.

deliverystring · enumOptional

The delivery status of message:
Can be either:

  • ERR:
  • SENT:
  • RECV:
  • DELIVERED:
Possible values:
provider_msg_idstringOptional

The provider message ID of the message.

created_atall ofOptional

The creation time of the message.

string · date_timeOptional

The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

Example: 2017-07-21T17:32:28Z
get
/external_messages/{id}

Last updated