vor 2 Wochen
Hello
I'm trying to pass additional properties through the URL parameters. For example
https://meetings.hubspot.com/person-name?lead_type=conference
Will book a meeting with a person and will set lead_type to conference.
I'm also trying to pass a date through the URL but I can't. I've tried many formats including the ISO standard and UTC times that works with other sites, but it's not working for Hubspot. Does anyone know how to do this? I've even asked ChatGPT and it couldn't get it right.
As an example here's the format with
https://meetings.hubspot.com/person_name?conference_date=2023-03-03
Gelöst! Gehe zu Lösung.
vor 2 Wochen - zuletzt bearbeitet vor 2 Wochen
The answer is if you're passing a date property you need to pass the parameter as a timestamp set specifically for midnight UTC time of the date you're trying to pass through. Include the milliseconds.
vor 2 Wochen - zuletzt bearbeitet vor 2 Wochen
The answer is if you're passing a date property you need to pass the parameter as a timestamp set specifically for midnight UTC time of the date you're trying to pass through. Include the milliseconds.