PipedreamHQ / PipedreamHQ/pipedream
[Components] zagomail
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# zagomail
## URLs
## Polling Sources
### new-subscriber
#### Prompt
Emit new event when a new subscriber is added to the specified list. Required props: list ID.
### new-unsubscribe
#### Prompt
Emit new event when a subscriber unsubscribes from the specified list. Required props: list ID.
## Actions
### create-subscriber
#### Prompt
Adds a new subscriber to a specified list. Necessary props include subscriber's email. Optional props could be a name if needed for personalization of communication.
### find-subscriber
#### Prompt
Searches for a subscriber by email from a specified list. Must input the subscriber's email and the list id where the search should be performed.
### update-subscriber
#### Prompt
Updates an existing subscriber's information. Requires the subscriber's email alongside the updated data, such as a changed email or name.
Contributor guide
Assessment
This issue has not been assessed yet.