Scheduled Actions now include a `scheduledFor.timezone`

You can now send the time zone information when creating new schedules in the Scheduled Actions API.

The scheduledFor.timezone property should be a valid [IANA timezone identifier].(https://en.wikipedia.org/wiki/List_of_tz_database_time_zones "Valid IANA time zones").

  • Please note that the timezone is not validated against the provided UTC offset due to complexities around timezones and their interactions with UTC offsets (see https://www.w3.org/TR/timezone/ for more information around the complexities) and instead provides useful information for display purposes."

You can learn more about scheduled actions in our Content Management API documentation