I’m trying to pass a link via a Prolific API. Plain text will work for the user to copy and paste. The problem is I cannot pass URL parameters because the ‘&’ character gets passed as a decimal code &
For example:
{
“body”:“A&B”
}
will show up as A&B in the inbox. Any suggestions?