Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Not possible without third party integration, but I can think in a walk around something like this, very sketchy,Create a record with the name of the event and its email addressCreate a score field for the eventEvery time that someone gets registered trigger an alert to the event email addressCreate...
The email notification can be done through send alert with multiple choices, if Agent ID is xxxxx send this alert, the email Alert can contain a token {{SP_Send_Alert_Info}} plus a token with the field where you store the answer i.e. {{lead.answer}}If the Autoresponder to the prospect should contain...
Yes you can sync SFDC campaigns - Marketo programs "manually" through a smart campaign changing SFDC status in the flow. First, find the reason of the first first failure and fix it, make sure the smart campaign is not under a synced program and be aware that you will make more API calls in this way...
Are you trying to track all the activity in your Marketo instance? like the Audit Trial under Admin? I don't think is possible out of the box, but contact your account manager and they can point you in the right direction.
I think that everyone should consider "Consent" or "No Consent" as the most important "Interesting Moment". Interesting moments are shown in CRM, can't be deleted or overwritten and can be populated with the subscription centre information provided by the the lead and system tokens. You can also cre...
I did create a formula field and is not coming up in the trigger list... Seems like that's not the case anymore, which is frustrating as I did use the name needed, now I can't delete or rename the field. I never saw this change communicated.
That's great! ... but any idea why I am getting {"errorMessage":"ERR: Runtime error (strict mode): TypeError: Cannot read property 'HmacSHA1' of undefined"}
I think I was trying to do something silly, I was trying to generate an Oauth 1.0 header to be used in a Marketo webhook custom header using tokens, so I've got everything so far, Timestamp, Nonce, Keys, but I think that the Signature is not possible due to Hmac-Sha1 crypt, unless something can be d...