Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks. "Latest Lead Source" field value is defined at the upstream system. Did I understand you correctly?
Thank you for your answer.The REST API endpoints aren't webhooks. That's the reverse direction.I mean our downstream system handles lead creation webhook from Merketo. But the main problem is the identification of API user who creates leads.We take it further and have every API connection come in vi...
Hello,We have a bunch of different third-party systems that create the leads through API calls. Our system needs to handle new leads differently based on the lead source (specific API users) at the lead creation webhook. For that, we need to get an email or username of lead creator API user.Does Mar...
No, unless you manually pass it as a field.Duplicate system time zone in the webhook template is not a good solution. Does it possible to request a new system token: {{system.timezone}}?An alternative solution is to provide a possibility to set date format in the token: {{createdAt:format=yyyy-MM-dd...
Hi,My goal is to get the absolute time of lead creation from webhook. I added the next token to webhook template: {{lead.Created At}}. But in the result, I have a string like this: "2019-10-29 16:27:41". This date does not provide time zone information and looks like it uses the account time zone. Q...