Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This is absolutely possible, but it will require custom development. I have had several clients who enter a lot of metadata in the SFDC Campaign and would like some of that metadata reflected in the corresponding Marketo Program as Tags and Tokens. Rather than creating SFDC Campaign and Program sepa...
I agree with Mark on webhook performance: if processing 50k records takes 4 hours, that is 3.5 seconds per record. You mention there are 5 webhooks. Generally, a webhook that performs reasonably well would respond in half a second. For 5 webhooks, that will already result in 2.5 seconds out of thee ...
It should work, but make sure to select the SFDC-synced record as the survivor (the checkbox in the purple table header). You shouldn't have to sync the Marketo-only record to SFDC, as Greg mentioned, merging 2 SFDC-synced records from within Marketo commonly fails.
I'm not familiar with the PHP code, but it appears like you've set lookupField='id' instead of 'mktToken'. Therefore it makes 'id' required and interprets 'mktToken' as a regular field (which it isn't)
Can't say much about this without call details, but I trust support can help with that. What I can say is that I've seen - with the Merge API - that a merge sometimes takes more than 180 seconds and then it gives a 604, however, the merge continues in the background and completes successfully. So if...
Javier Sanchez I think you either want to "schedule campaign" for Batch Campaigns (multiple emails sent in batch) or "request campaign" if you want to send it to a single person. You may want to talk to your Marketo end user / power user, they will be able to explain the Marketo concepts.
Hi Javier, there is no Create Smart Campaign API at this time. You can clone Programs though, then modify Program Tokens using the API (common use case).
If you leave the Smart Campaign settings at "Run through the Flow Once" you can simply run the Smart Campaign that sends the email multiple times. The first time it will dedupe and only send 1 email. The second time it will send the email to the dupes (if there could be more than 2 records with the ...
Not sure if it would be helpful for this specific use case, but Marketo Professional Services now offers a Data Transfer Hub managed service, which will automatically export Lead data as a delimited file (CSV) and put it on an SFTP server. This can be done on a schedule, usually it's done nightly. ...
We did one many years ago using Boomi. It was complicated and often had issues (not necessarily due to Boomi though, just due to general complexity). I would recommend doing a one-directional integration, if possible. If you need bidirectional, for each field, choose which system will win instead of...