Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Special note in case folks don't realize it. When adding your attribute fields, if you use "name", you must use the Display Name for the attribute. If you want to use the API name, use "apiName". Drove me crazy. Example below. {"input": [{ "leadId": 2000950, "activityDate": "2018-04-01T23:18:34Z"...
I recommend just using name or apiName. Here's what worked for me. {"input": [{ "leadId": 2000950, "activityDate": "2018-04-01T23:18:34Z", "activityTypeId": 100008, "primaryAttributeValue": "PEPTIDE XB-C18", "attributes": [ { "apiName": "productBrand", "value": "Aeris" }, { "apiNa...
Hi, Gregoire!If someone is authenticated, could you not use the Associate Lead API call to connect the cookie to Marketo?POST /rest/v1/leads/{leadId}/associate.jsonhttp://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Leads/associateLeadUsingPO… Of course, you...