PipedreamHQ / PipedreamHQ/pipedream
[Components] feedblitz
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# feedblitz
## URLs
## Webhook Sources
### new-subscriber-opted-in-list-instant
#### Prompt
Emit new event when a user joins a list. Required props: list identity. Optional props: subscriber details.
### subscriber-unsubscribed-from-list-instant
#### Prompt
Emit new event when a subscriber unsubscribes from a list. Required props: list identity. Optional props: subscriber details.
### subscriber-completed-funnel-drip-sequence-instant
#### Prompt
Emit new event when a subscriber finishes the sequence of articles and is no longer active on that sequence. Required props: funnel/sequence identifier. Optional props: subscriber details.
## Actions
### add-subscriber
#### Prompt
Adds a new subscriber to a specific list through dual opt-in process. Required props are the user's email address and the list's ID.
### remove-email-from-group
#### Prompt
Removes an already existing email address from a specific group. The required prop is the user's email address and the group's ID.
### unsubscribe-subscriber
#### Prompt
Removes a subscriber from a specific subscriber list. Required prop is the subscriber's email address and the list's ID.
Contributor guide
Assessment
This issue has not been assessed yet.