1. Home
  2. Docs
  3. Webhooks
  4. Transactional Webhook
  5. Recived data

Recived data

Examples of the information you will receive:

Email sent:

{
"id": 190,
"event": "send",
"created_at": "2022-11-16T15:44:00.0000000",
"email": "test100-5@yopmail.com",
"transaction_Id": "f9bdfe85fe9a4e0d9e212a3e609e5081"
}

Email sent and a bounce response was received:

{
"id": 190,
"event": "hard_bounce",
"created_at": "2022-15-16 03:11:00",
"email": "test100-45@inwiseeee.com",
"transaction_Id": "74842407043041bcb6f3d246f2a3e006"
}

Email opened:

{
"id": 190,
"event": "open",
"created_at": "2022-15-16 03:08:00",
"email": "test100-4@yopmail.com",
"transaction_Id": "da6c70709cfd4e9f927bc819d3464b3f"
}

"id": 190,
"event": "click",
"created_at": "2022-11-16T15:34:00.0000000",
"email": "test100-5@yopmail.com",
"transaction_id": "39bea62702d14abab8ba43f2a32d7e97",
"additional_data": {
"link_id": "4060177",
"link_text": "https://www.google.com"
}

Email not sent because the email address is on the unsubscribe list:

{
"id": 190,
"event": "reject",
"created_at": "2022-11-16T15:30:00.0000000",
"email": "test100@yopmail.com",
"transaction_id": "091663a827b64236b462241b5172197a",
"additional_data": {
"reject_reason": "unsubscribe"
}

Email not sent because the email address is on the bounce list:

{
“id”: 190,
“event”: “reject”,
“created_at”: “2024-05-27T10:52:00.0000000”,
“email”: “ravit222@yoppppp.co.il”,
“transaction_id”: “a1cb5a731ad1462cb35788af84d4fb11”,
“additional_data”: {
“reject_reason”: “bounced”
}

How can we help?