We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new subscriber is added to a list. Requires selecting a specific subscriber list.
Emit new event when a subscriber opens an email campaign. Requires specifying the campaign to monitor for opens.
Emit new event when a link in a campaign email is clicked. Requires selecting a campaign to monitor.
Add a new subscriber to a list. Requires subscriber email and target list. Optional props include name and custom fields.
Create a new email campaign. Requires subject, sender information, and email content. Optional props include segmentation rules and scheduling.
Send a draft campaign to selected recipients. Requires campaign ID and recipient list or segment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mailrelay
URLs
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.
The text was updated successfully, but these errors were encountered: