We have created custom activity with Marketo web portal, and able to create leads with REST API. So now how we can log custom activity data using Marketo REST API. Custom activity structure is as-
{
"id": 100001,
"name": "TEST_ACTIVITY",
"apiName": "test_api_c",
"description": "",
"primaryAttribute": {
"name": "event_id",
"apiName": "event_id",
"dataType": "string"
},
"attributes": [ {
"name": "email",
"apiName": "email",
"dataType": "email"
},
{
"name": "event_data",
"apiName": "event_data",
"dataType": "string"
} ]
}
Solved! Go to Solution.
Sanford, Thanks for your reply. But, can you please elaborate more on this and provide a reference link for this.
Is that not aligned with developers.marketo.com?
What mean by that?
Josh means that the request payload for logging CAs is documented on the Developer site. You can also search past Community posts if you're confused.
Same place as everything else...
Thanks we got the solution.
Did the documentation I pointed to not contain the solution?