Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I have created a smart list with the list filter "Member of List" and selected the static list in filter value.It is not showing the leads in smart list as well.Thanks for your support and suggestions, I will try to create the case in Marketo Support.
Thanks for the reply Sanford. 1. Activity Log only show the Activity Type = Add to List and in detail =List Name2. There is only one record in the list, so not paging.
I am importing the leads through Api.and passing list id there. The lead is added in Marketo.The Activity log of lead also shows, that the lead is added in the static list but when we check the static list, the lead doesn’t exist there.Have anyone faced this type of issue earlier,?
Thanks @Jay Jiyang and Sanford Whiteman, your answer helped.
Sanford Whiteman - Thanks for reply, But it will not resolve my issue.Webhooks are stateless, so they will never save token for next service call, So OAuth is seems not possible, we need to send every time uid/pwd with the service call? That what you are suggesting here?
So mean create a new service layer(custom code) between Marketo Webhook and Third party service?
How to use Webhook with OAuth token for JSON Exchange?Do we need to create two Webhooks, First to get Authentication Token and Second to Get data from the service and exchanging the token in every call? Or it is possible with one webhook?
I am calling a Webhook which updates the Email token from third party API. But the smart campaign is executed successfully but the email token is not updating.Is it a way we can check the Webhook error log ?ThanksDevC