SendGrid - 标题中的自定义事件通知应用程序
我正在尝试使用 SendGrid 的事件通知应用程序(http://sendgrid.com/documentation/display/apps/EventNotification)来处理某些类别的电子邮件。我的 SendGrid 帐户上的事件通知为空。我在电子邮件中添加的标头是:
X-SMTPAPI: {"category":"category","filters":{"eventnotification":{"settings":{"url":"theurl"}}}}
但我的网址没有收到回调。在这个给定的 url 上的一个简单的卷曲帖子给了我预期的输出,所以我很确定它也应该与 SendGrid 一起使用。
您对标题应该是什么样子有什么想法吗?我在网站上找不到此特定应用程序的太多文档...
谢谢!
I am trying to use SendGrid's Event Notification App (http://sendgrid.com/documentation/display/apps/EventNotification) for emails of certain categories. The Event Notification on my SendGrid account is empty. The header I'm putting on my email is:
X-SMTPAPI: {"category":"category","filters":{"eventnotification":{"settings":{"url":"theurl"}}}}
But I'm not getting a callback on my url. A simple curl post on this given url gives me the expected output, so I'm pretty sure that should be working with SendGrid too.
Do you have any ideas on what the header should look like? I couldn't find too much documentation on the website for this specific app...
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是我使用 Sendgrid 电子邮件成功发送的标头示例:
确保在 Sendgrid 中的事件通知设置下检查了正确的事件。
Here is an example of the header that I am successfully sending with my Sendgrid emails:
Make sure you have the correct events checked under the event notification settings in Sendgrid.