Message
Gets all the information about a message
Parameters
Examples
-
Get the details for the message with key '5914d53b-cb39-4221-ad0d-42a2af8d487c' in XML format
https://www.babelway.net/SelfService3/rest/v2/hub-26112/message.xml?key=5914d53b-cb39-4221-ad0d-42a2af8d487c
<messageRecord> <message>6442207</message> <hub>26112</hub> <creationMoment>1330072230000</creationMoment> <key>5914d53b-cb39-4221-ad0d-42a2af8d487c</key> <test>false</test> <testCase>0</testCase> <status>DONE</status> <channel> <id>66264</id> <name>Channel2</name> <type>Channel</type> <subType>CHANNEL</subType> </channel> <gatewayIn> <id>66292</id> <name>EmailBertrand2</name> <type>Gateway</type> <subType>GATEWAY_IN_SMTP_IN</subType> </gatewayIn> <gatewayOut> <id>64080</id> <name>Email</name> <type>Gateway</type> <subType>GATEWAY_OUT_SMTP_OUT</subType> </gatewayOut> <reference>brol.csv</reference> <longTerm>false</longTerm> <acknowledgmentMoment/> <acknowledgmentReference/> <errorDescription/> <receiveMoment>1330072230000</receiveMoment> <gatewayInMoment>1330072230000</gatewayInMoment> <gatewayOutMoment>1330072231000</gatewayOutMoment> <gatewayInMessageStatus>Received from 74.125.82.177 using Smtp In server</gatewayInMessageStatus> <gatewayInMessageKey><4F474AA3.2070203@babelway.com></gatewayInMessageKey> <gatewayOutMessageKey/> </messageRecord>
Below is an example of the result when you use the below link, You should change the key after "message.xml?key=(put the message key you need to search about)" and should add your environment Id after "hub-(you should place your environment ID here)"
- https://www.babelway.net/SelfService3/rest/v2/hub-(your environment ID)/message.xml?key=(your message key)