Email Address HTML encoding

It is valid to have ampersands within an email address however, if you place an ampersand within the service XML and attempt to save it on the platform, you will receive an XML parsing error. To overcome this you will need to HTML encode the email address.

Example for encoding โ€œfred&[email protected]โ€

<Property Name="EmailAddress" Value="fred&amp;[email protected]"/>

Last updated

Was this helpful?