Schedule Notification
FREESchedule Notification creates a local notification that Timely will deliver at the specified date and time. You can optionally provide an ID for the notification. Reusing the same ID updates the pending notification with the new parameters. The resulting ID can be passed to Remove Notification to remove the notification later.
Parameters
Title
REQUIREDText shown in the notification title.
Type: text
Subtitle
OPTIONALText shown below the notification title.
Type: text
Delivery Time
REQUIREDThe future date and time when Timely will deliver the notification.
Type: dateTime
ID
OPTIONALAn identifier for the notification.
Type: text
Reusing an ID updates the pending notification with the new parameters. For best results, use lowercase characters with no spaces.
Priority Notification
REQUIREDChoose whether to deliver the notification as Time Sensitive.
Type: Boolean
Result
The ID you specified, or the ID automatically generated by Timely. This can be passed to other Timely actions: Remove Notification