Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Are you able to share the snapshot of how you've added the URL (e.g., via the Insert Link option)? Additionally, did you make sure to view the email by the Person (test record)/List before clicking the URL? As-is, with the Default view, while previewing the email, any of the lead tokens (including t...
Well, I think it'd have been better if you'd added people to the Wait step after sending out the cast (instead of before), i.e., Add to Engagement Program -> Person receives the nurture content -> Change Cadence to the Paused state -> Wait 29 days -> Change Cadence to the Normal state. Also, deletin...
Well, to add some color, in most cases, the Recycle stage is used to park people who have been MQLed and then sent back/turned back by the LDR team as they didn't show the requisite interest. I haven't seen users assigning people who are flowing through the lifecycle model for the first time to the ...
You're right, we update the Reply and Relay state URLs in Azure's Basic SAML Configuration section. What I meant is that you should have added the correct Munchkin ID of your instance in both URLs; I also updated the last 2 pointers to be clearer. Additionally, the error message "Error processing SA...
This error message means that the Azure AD login URL is not passing the SAML request or response as query string parameters. This can happen if the URL is not configured correctly or if the application is not using HTTP redirect binding when sending the SAML request to Azure AD.Here are a few things...
Well, what Sandy meant is that if any of the custom object records associated with the person record you've pulled up in the snapshot has a null (empty) value for the Qualification Begin Date ($qualificationBeginDate) field, then the sort will fail, leading to this behavior. Do not uncheck the field...
Why not directly print data from the sorted $AccountList variable? Also, you don't really need {} around a variable unless you're displaying data (getting {} out of code wherever not required makes the code easier to read!) Could you try the below code instead? #set($AccountList = $sorter.sort($rewa...
I'd try accessing Marketo from a different browser/incognito window. Btw, I hope you're trying to see/access the email from the tree though, right?
Sure! You can also just run the "Remove from Flow" flow step on all people in the campaign, so they get removed from it. You can then have the first flow step that people currently haven't flowed through in the existing campaign as the first flow step in your updated/new campaign. Let us know if you...
Well, that depends on what authentication mechanism you're using to authenticate with the Qualtrics. Qualtrics' X-API-TOKEN doesn't expire after a certain period. Once generated, it's good and remains valid as long as it isn't re-generated by going to Qualtrics > Account Settings > Qualtrics IDs > A...