Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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...
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": "...