Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you for posting an update here, @Sumanth_KV! Yeah, this error most likely has to do with an issue with the SAML assertion/configuration. Let us know what your time finds out. 🙂
@Guitarrista82, as a first step, please edit your post and redact/mask any credentials/API key. It's really not advisable to post any of those in a public forum. The order of headers doesn't matter, as long as all the headers are included, you should be fine. You might want to update your response m...
Well, did you check Marketo's activities API (specifically bulk activity extract API as that suits your use case)? With the right Activity ID in the API call*, you can get the corresponding activity data from Marketo (e.g., Filled out form, Visited Webpage, and more!) Moreover, Tableau also has a su...
I don't think so as the Created At field is a system-managed non-editable field. The field will be set by the system to the datetime the record was initially created in Marketo's database.
I agree with Sandy here! You can create a HubSpot Created Date custom datetime field in Marketo and update it with the Created At date in HubSpot. Additionally, to clarify, the "Created At" field is when the anonymous record was originally created in Marketo, whereas, the "Person was created" field ...
Well, if you don't want to import people to a static list that is local to your program (or the ones that are local to your program), then you can always import people to another static list (perhaps the one created in the Database section). I hope the Person is Created trigger has the List Name con...
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
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...