PipedreamHQ / PipedreamHQ/pipedream
[Components] mailrelay
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# mailrelay
## URLs
- https://apidocs.mailrelay.com/#overview
## Webhook Sources
### new-subscriber-instant
#### Description
Emit new event when a new subscriber is added to a list. Requires selecting a specific subscriber list.
### new-email-open-instant
#### Description
Emit new event when a subscriber opens an email campaign. Requires specifying the campaign to monitor for opens.
### new-click-instant
#### Description
Emit new event when a link in a campaign email is clicked. Requires selecting a campaign to monitor.
## Actions
### create-subscriber
#### Description
Add a new subscriber to a list. Requires subscriber email and target list. Optional props include name and custom fields.
### create-campaign
#### Description
Create a new email campaign. Requires subject, sender information, and email content. Optional props include segmentation rules and scheduling.
### send-campaign
#### Description
Send a draft campaign to selected recipients. Requires campaign ID and recipient list or segment.
Contributor guide
Assessment
This issue has not been assessed yet.