A beginner's guide
Explore Plans
Mobile menu Close menu
FollowUp.ccFollowUp.cc

History of reminder is due

This query returns a list of when a reminder was due.

About this query

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 query returns a list of when a reminder was due.
API endpoint slug
followupcc.history_of_reminder_is_due
Runtime method
performQuery("followupcc.history_of_reminder_is_due")

Query fields

No fields for this query

Ingredients

To addressThe address the reminder will be sent to.

Slug
send_reminder_to
Filter code
Followupcc.historyOfReminderIsDue.ToAddress
Type
String
Example
stu@argon.io

From addressThe Address that created the Reminder.

Slug
from_address
Filter code
Followupcc.historyOfReminderIsDue.FromAddress
Type
String
Example
stu@example.com

SubjectThe subject of the reminder.

Slug
subject
Filter code
Followupcc.historyOfReminderIsDue.Subject
Type
String
Example
Drink a glass of water

BodyThe html body of the email reminder.

Slug
body
Filter code
Followupcc.historyOfReminderIsDue.Body
Type
String
Example
<p>Test body</p>

Web URLThe direct link to the reminder on followup.cc.

Slug
web_url
Filter code
Followupcc.historyOfReminderIsDue.WebUrl
Type
String
Example
https://followup.cc/reminders/123

Due atThe time the reminder is due to be sent.

Slug
starts_at_display_time
Filter code
Followupcc.historyOfReminderIsDue.DueAt
Type
String
Example
Sunday, Dec 6 2014 at 9:18 PM

Created atDate and time the reminder was created.

Slug
created_at
Filter code
Followupcc.historyOfReminderIsDue.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00