Webhooks

Via webhooks you can learn about user actions, such as emails delivery, opens, clicks, etc.

To receive webhooks specify the URL address in Webhooks field in the project settings, where the data about user actions will be sent. In order to set it up:

  1. choose a project;
  2. click three dots -> Edit | view;
  3. go to the Additional section;
  4. in the Webhooks field, specify the desired URL address.

The data will come in JSON format, for example:

{
  "event": "sent",
  "mail_id": 2222229009,
  "user_id": 899899,
  "project_id": 99,
  "ts": 1463759806,
  "email": "[email protected]",
  "user": {
    "id": 899899,
    "project_id": 99,
    "email": "[email protected]",
    "name": "Some Name",
    "language": "en",
    "last_online": 1463722820,
    "last_reaction": 1463722686,
    "last_mailed": 1463733953
  }
}

If you have any questions, please contact your Customer Success Manager