HTTP API: Reply callback
If this setting is enabled, the system will make the API call to the user defined URL using the user defined HTTP method once we receive a reply message from the client. Our system will send the following parameters in the body of the HTTP request:
integrationName | Name of your integration |
messageId | ID of original message to which reply was sent |
replyMessageId | ID of the reply message |
fromNumber | The number from which we received the reply |
toNumber | The number to which reply was sent |
timestamp | Timestamp for when we received the reply message |
text | Content of the reply message |
charset | Character set of the reply message |
udh | UDH (User data header) content of the message |
network | Network ID |
keyword | Keyword |
integrationName | Name of your integration |
messageId | ID of original message to which reply was sent |
replyMessageId | ID of the reply message |
fromNumber | The number from which we received the reply |
toNumber | The number to which reply was sent |
timestamp | Timestamp for when we received the reply message |
text | Content of the reply message |
charset | Character set of the reply message |
udh | UDH (User data header) content of the message |
network | Network ID |
keyword | Keyword |