This Action schedules a new reminder to your FollowUp.cc calendar.
- API endpoint slug
- followupcc.reminders
- Filter code method
- Followupcc.reminders.skip(string?: reason)
- Runtime method
- runAction("followupcc.reminders", {})
Action fields
- Label
- Subject
- Helper text
- The subject of the reminder.
- Slug
- subject
- Required
- true
- Can have default value
- true
- Filter code method
- Followupcc.reminders.setSubject(string: subject)
- Label
- Body
- Helper text
- The body of the reminder.
- Slug
- body
- Required
- true
- Can have default value
- true
- Filter code method
- Followupcc.reminders.setBody(string: body)
- Label
- To
- Helper text
- The time period for the reminder. For example, 1day@followup.cc will set the reminder for one day. More info on setting time periods can be found here
- Slug
- to
- Required
- true
- Can have default value
- true
- Filter code method
- Followupcc.reminders.setTo(string: to)
- Label
- From
- Helper text
- Your followup.cc email address to send the reminder from.
- Slug
- from
- Required
- true
- Can have default value
- false