APIs & Integrations

Not applicable

How to specify email address in the rest call for email events api

In the rest call to email events Api for a recipient how do I specify an email address… should I use ur escape url characters…it will be helpful if someone gives an example

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

How to specify email address in the rest call for email events api

HI @sprabha,

The email address should be included in the request URL with the recipient parameter. The email will have to be URL escaped, so the @ symbol must be escaped (e.g. test@hubspot.com becomes test%40hubspot.com).

0 Upvotes