How do I configure the Mobile/Handset Acknowledgement notification URL on my account?
The notification URL must be supplied in each HTTP POST for each MT. It is not stored in or configured on Digital Interconnect databases or servers.
Actions:
Mobile Notification is configured as part of the HTTP POST using the AckReplyAddress and MobileNotification parameters as detailed in section 3.1.2, Table 4 Optional Parameters of the SMS 365, enterprise service - HTTP Interface Specification. For example:
[MSISDN]
List=+19255550000
[MESSAGE]
Text=Test SMS Message
[Setup]
AckReplyAddress=http://127.0.0.1/ABC/MTAckReceive.aspx
MobileNotification=Yes
[END]
For proper function, ensure that your firewall is correctly configured to allow the notifications from Digital Interconnect IP address using either the HTTP or HTTPS ports.
Related Articles