简体   繁体   English

如何使用 Esendex API 获取短信历史记录?

[英]How to get SMS history with Esendex API?

I'm using Esendex API to sent multiple SMS.我正在使用 Esendex API 发送多条短信。 Besides, I would like to get all sent SMS (maybe in a certain range), exactly like data from https://www.esendex.com/echo/a/ {ACCOUNT_REF}/Sent.此外,我想获得所有发送的短信(可能在某个范围内),就像来自https://www.esendex.com/echo/a/ {ACCOUNT_REF}/Sent 的数据一样。 在此处输入图片说明

I've seen that there is "Push Notifications", in order to send notifications to a web server ;我已经看到有“推送通知”,以便将通知发送到网络服务器; but is there a simplier way to get all sent SMS, something like https://api.esendex.com/v1.0/history ?但是有没有更简单的方法来获取所有发送的短信,比如https://api.esendex.com/v1.0/history

You are correct you'd need to use either https://developers.esendex.com/api-reference#messageheader to get the individual messages or https://developers.esendex.com/api-reference#messagebatch if you send in bulk to get the batch data back.您是正确的,您需要使用https://developers.esendex.com/api-reference#messageheader来获取单个消息或https://developers.esendex.com/api-reference#messagebatch如果您发送批量获取批处理数据。

If you need anymore help drop us a line at support@esendex.com and we're happy to assist.如果您需要更多帮助,请发送电子邮件至 support@esendex.com,我们很乐意为您提供帮助。

Thank,谢谢,

Catherine,凯瑟琳,

Esendex Customer Support Manager Esendex 客户支持经理

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM