PipedreamHQ / PipedreamHQ/pipedream
[Components] followup
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# followup
## URLs
## Webhook Sources
### new-sent-reminder-instant
#### Prompt
Emit new event when a reminder is due to be sent and is sent. It's worth noting that the essential prop for this event includes the due date and due time, while an optional prop could be the reminder details.
## Polling Sources
### new-reminder
#### Prompt
Emit new event when a new reminder is created. Props to consider include the reminder set date, time and note.
## Actions
### create-reminder
#### Prompt
Create and schedule a reminder within the Followup environment. Required props: 'reminder', a text string of what the reminder is about, 'date-time', specifying when the reminder should be sent. Optional props: 'repeat', to repeat this reminder periodically either daily, weekly, or monthly.
Contributor guide
Assessment
This issue has not been assessed yet.