Skip to main content

As part of the integration we're making calls to https://app.iterable.com/api/events/{email}. But sometimes it's possible that email would be valid according to https://datatracker.ietf.org/doc/html/rfc3696#section-3, but not acceptable as part of the url. In our case this is the email like "123//sample@mail.com".

To summarize: we want to send an API call to https://app.iterable.com/api/events/123//sample@mail.com.

Could we somehow encode the emails so we could use in url as parameter for this API endpoint? Or perhaps there are some alternatives?

Be the first to reply!

Reply