How can we log custom activity data against lead with REST API? | Community
Skip to main content
March 19, 2018
Solved

How can we log custom activity data against lead with REST API?

  • March 19, 2018
  • 1 reply
  • 3370 views

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"

        } ]

}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

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.


Sanford, Thanks for your reply. But, can you please elaborate more on this and provide a reference link for this.

1 reply

Josh_Hill13
New Participant
March 19, 2018

Is that not aligned with developers.marketo.com?

March 20, 2018

What mean by that?

SanfordWhiteman
New Participant
March 20, 2018

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.