Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions source/API_Reference/Webhooks/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,28 @@ For emails sent through our Marketing Email tool, unsubscribes will look like th
}
]
{% endcodeblock %}
{% anchor h2 %}
IP Pools
{% endanchor %}

For emails sent with a specified IP Pool, you can view the IP Pool used in the event post for a processed event.

{% codeblock lang:json %}
[
{
"email": "[email protected]",
"smtp-id": "<14c583da911.2c36.1c804d@ismtpd-073>",
"timestamp": 1427409578,
"pool": {
"name": "new_MY_test",
"id": 210
},
"sg_event_id": "RHFZB1IrTD2Y9Q7bUdZxUw",
"sg_message_id": "14c583da911.2c36.1c804d.filter-406.22375.55148AA99.0",
"event": "processed"
}
]
{% endcodeblock %}

{% anchor h2 %}
Troubleshooting
Expand Down