Question
How to get createdAt time zone form webhook?
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. Questions are:
- Is it possible to specify the date format in webhook template?
- Is it possible to get an account time zone from webhook?
P.S. Format "yyyy-MM-dd hh:mm:ss" is not the best practice for the program interface.