Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We need to get new or edited leads from Smart List. To do so, we are using /rest/v1/activities/leadchanges.json. But this lead change set all leads, we dont want all leads from entire systems, we only need to have change set for specif smart campaign.Which rest call and with which parameters we can...
We need to get new or edited leads from Smart List. To do so, we are using /rest/v1/activities/leadchanges.json. But this lead change set all leads, we dont want all leads from entire systems, we only need to have change set for specif smart campaign.Which rest call and with which parameters we can...
We need to get new or edited leads from Smart List. To do so, we are using /rest/v1/activities/leadchanges.json.But this lead change set all leads, we dont want all leads from entire systems, we only need to have change set for specif smart campaign.Which rest call and with which parameters we can ...
In the documentation it's mentioned, how to configure webhooks for Smart Campaigns. Use a Webhook in a Smart Campaign - Marketo Docs - Product Documentation But I want to configure webhooks at the event when a new Lead is creto ated and when Lead is updated. I need to sync the data entered data with...
We need to call a Web-hook when a lead is created. We need to send lead to an other CRM, when it's created.How this can be achievable?
Enqueue step was missing. En-queued the created jobs, now status is changed. Got the CSV file.
1st created export request using:{host}/bulk/v1/leads/export/create.json?access_token={accessToken}using body:{ "fields": [ "firstName", "lastName", "email" ], "format": "CSV", "columnHeaderNames": { "firstName": "First Name", "lastName": "Last Name", "email": "...
We are creating a bulk export request for Lead. When looking at status we are always getting status "Created", so can't export file.In documentation it's mentioned that The export job must be in "Completed" state.Hours has been passed, but yet status is not changed.What's the reason for this!!!!