on 03-12-2024 02:42 PM
ISO 8601 date-time format option in the Substitute parameter is not available
This solution pertains to custom webhooks within the request body configuration
Include one of the following formats. Note that "Call_start_time_PST" is a custom parameter name for this webhook, and the dot notations represent available options.
"Call_start_time_PST": "<call_start_time_webhook_utc.date_time_strftime('%Y-%m-%d')>"
- This is expected to yield a string like "2024-02-27."start_time_utc.date_time_iso8601
- This format should return a string like "2024-02-27T09:36:58+00:00."start_time_utc.date_time_iso8601_zulu
- This format should produce a string like "2024-02-27T09:36:58Z."