About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- 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
Subject Text input > Title
- 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)
Body Text input > Short text
- 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)
To Text input > Other
- 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)
From Dropdown list
- Label
- From
- Helper text
- Your followup.cc email address to send the reminder from.
- Slug
- from
- Required
- true
- Can have default value
- false