Question
Need unique id for individual email send for webhook integration
We are tracking open/clicks from marketo campaigns and need a unique identifier for the batch of emails sent or the email itself. See example below.
lead email .
| Lead Email | Email Sent | Email Opened | Unique ID |
|---|---|---|---|
| bob@bob.com | 2019-02-20T12:07:05.000Z | 2019-02-20T13:00:10.000Z | 123456 |
| bob@bob.com | 2019-02-20T12:07:05.000Z (same email) | 2019-02-21T01:00:09.000Z (opened at later date) | 123456 (same unique ID) |
| bob@bob.com | 2019-02-21T01:09:00.000Z (different email) | 2019-02-21T12:01:00.000Z | 160000 (different unique ID) |
| steve@steve.com | 2019-02-20T12:07:05.000Z | 2019-02-20T15:09:12.000Z | 123890 |
Is there a token available that would uniquely identify the email or is there a way to identify the batch of emails being sent which if used in combination with the lead id/email address it would then be unique?