Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ohh okay! DC doesn't have a dedicated field/flag available that you can use in the Dialogue's audience criteria to show/hide the dialogue based on the login status of the person. You can explore hiding the dialogue window using JS based on the login status of the person. However, Marketo's DC doesn'...
I still think you've got discrepancies with your headers. Below are the headers mentioned in the documentation page, which you should also be adding to your webhook definition: --header 'X-API-Version: 1' \ --header 'accept: application/json' \ --header 'authorization: Basic
@Chris_Morris1, if you have a dedicated login page, then you could exclude that page’s URL from the chat targeting (i.e., Dialogue’s Audience Criteria). This will not show the DC dialogue on your login page.
Are you trying to make a webhook call to the Find person by MDN (Mobile Directory Number) vibes API from Marketo? A couple of items below you should re-check in the documentation and rectify in your webhook definition in Marketo:You only need "&" to separate the 2nd query parameter onwards, for the ...
I think so, yes, assigning people to the generic user until they're MQLed should be the preferred way to go here. Some organizations have a BU or Geography specific lead queue to which people are initially assigned when they're synced from Marketo over to Salesforce. Additionally, I usually prefer a...
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...