Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you for the explanation , I am able to configure the webhook now.
But Are we sure about this cuz it seems person and lead can be completely different objects.
I am trying to setup webhooks for lead object in my accounts and when i am creating a smart campaign , I can't find the "Lead is Created" trigger. Can anyone help me with this.
Thank you @SanfordWhiteman for a quick help. We are using metadata APIs available for objects Leads - /rest/v1/leads/describe.json and opportunities - /rest/v1/opportunities/describe.json. We get below information about fields leadRevenueCycleModelId and leadRevenueStageId including other number ...
Hi Team, In the issue comment we had given the request properties we are passing in request payload. Sharing the exact request payload below which is working and we are not facing issue with it: { "action": "createOnly", "input": [ { "company": "appcon3k182o", "sit...
Hello,We were trying POST API call on Lead . Getting Error {"requestId":"4e00#1790df16e75","result":[{"status":"skipped","reasons":[{"code":"611","message":"System Error"}]}],"success":true} . Unable to figure out what's wrong in the request payload . Could you please help here ?. Sharing the req...
Hi,We did analysis of the metadata API's available for Marketo and have few queries as mentioned below: From below mentioned metadata API's we are not able to figure out :What all operations are supported on the object (GET, PUT, POST)?How can we decide which fields are applicable and mandatory fiel...
Wanted to know if i can create a list (not add lead to list ) through REST API.Checking on http://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Static_Lists/getListsUsing…
When using Marketo Campaigns GET/RetrieveAll method, I do understand there is a batchSize of 300 on retrieving but wanted to understand how this 300 records are selected. Even if there 1000 records a combination of 300 records should be retrieved. Wanted to know how this is retrieved in what order. ...
I have been trying to schedule a batch campaign as only batch campaigns can be scheduled via an MArketo REST API. I want to understand the following,- Why does only batch campaign can be scheduled ?- How to check if batch campaigns are scheduled in the Marketo UI ?- What is the use of scheduling a c...