Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Well, it's pretty unlikely there's anything wrong with the embed code itself if the form is showing up.But you're right, it only adds confusion if you don't copy and paste the embed code as-is when testing. There are good reasons to load the library only once (e.g. in the head) but you work those ou...
There's no native functionality like this. I would use an API Gateway for more security, i.e. the API users must connect via an intermediate server that does JSON Schema validation/additional authorization. One hack that can kind of accomplish this is requiring a {{my.token}} be passed with a specif...
Please show the relevant Activity Log for the lead and the full Engagement Program setup.
Please link to your page. There's no way to tell, from just that markup, what else you might be including in the form (e.g. in a rich text area) that's breaking submission.
1. Use a different SFDC user to integrate. You can't sync using the same SFDC user.Let’s say you’ll be infinitely safer if you have a different SFDC User (i.e. different profile and permission set). 2. Disable the instance after it has synced. No reason to leave them both on.You don’t need to disabl...
Ah, one other thing: have you checked duplicate email addresses? (Assuming you may have been looking at Lead IDs when you did your delta.)
If you copy those filters to a standalone Smart List, do the 104 people currently appear in the People tab?
Did you also look for Email Suspended (not Marketing Suspended)?
When I tried creating an email without template and then tried this endpoint: POST /rest/asset/v1/email/{id}/content/{htmlId}.jsonYou want the fullContent.json endpoint.
Postman doesn't export broken code unless the request itself is broken, and the 610 error is exactly what you’d get with an extra line break. Fix the line break, then we'll continue.