Sendgrid API 密钥统计
有没有办法从包含用于发送电子邮件的 API 密钥的 Sendgrid 帐户查询电子邮件发送情况?我们没有子用户,而是由不同应用程序使用的一堆密钥。
Is there a way to query email delivery from a Sendgrid account which includes the API Key used to send that email? We dont have subusers but a bunch of Keys used by different applications instead.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您有扩展电子邮件活动历史记录添加,您可以从 API 获取您的电子邮件活动。可用于过滤结果的查询类型之一是
api_key_id
。因此,您可以循环访问 API 密钥 ID 并返回每个 API 密钥 ID 发送的电子邮件。If you have the extended email activity history add on you can fetch your email activity from the API. One of the query types you can use to filter the results is the
api_key_id
. So, you can loop through your API key IDs and return the emails sent by each one.我发现的唯一方法是将活动导出到 CSV,然后使用 Excel 进行统计。
不幸的是,您需要支付扩展费用才能使用扩展电子邮件活动获取此简单的统计数据......
The only way I found is to export the activity to CSV, then making stats using Excel.
Unfortunately you need to pay for an extension to get this simple stats using the extended email activity...