Add Rich Text field in Marketo Form using API
Hello, Community members!
I am trying to add a Rich Text field in a Marketo form using API but it's throwing "System error" code 611. The content type used is multipart/form-data. Below is the body content (syntax similar to that described on developers.marketo.com).
Also, can we add JavaScript code to the Rich Text field using API?
Any suggestions would be appreciated!
{
"text": "<div>Fancy Rich Text Component</div>"
}

