@yukotakagi1are you doing "live" tests as in actually running through the programs as if you had viewed one of the webinars?
If you're sending samples it wouldn't use the context o...
Currently, when viewing a webhook you cannot see what headers you have set in the "Details" panel.
It would be good to show which headers you have applied in the details panel.
...
If your form is a multi-select you will need to change the "Request campaign" choices to "contains" instead of "is".
This is because Marketo stores the multiple choices using a se...
You'd want to create an email program template.
Within that template, you would have the email you want to prep, and also the smart list. If you right-click on the email program f...
Are you able to see what the error code is in the Detail=[List]?
It could be that the user you are trying to connect with hasn't got the correct API access.https://nation.marketo.c...
Looks like the API user doesn't have the right permissions.
See this link:https://nation.marketo.com/t5/knowledgebase/rest-api-call-is-returning-603-error/ta-p/249694
Did the Campaign Member Statuses get created correctly in SFDC? I would start with a check there. If they're not there then you'd need to create them and wait for them to sync. Whi...
You can use the "Submit Form" endpoint in the REST API. Hitting that endpoint would give you the“Fill out Form” activity in the activity log.
https://developers.marketo.com/rest-a...
It doesn't look like you have an HTML container for the form to live in. You need to add this line:
<form id="mktoForm_1004"></form>
In Marketo you can pull the embed code which w...