-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
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
[Components] campaign_monitor #14557
Comments
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
campaign_monitor
URLs
Polling Sources
new-bounce
Prompt
Emits new event when campaign email bounces. Required prop: Campaign ID.
URLs
new-email-open
Prompt
Emits new event when an email from a campaign is opened. Required prop: Campaign ID. Optional prop: Subscriber ID for tracking specific subscribers.
URLs
new-subscriber
Prompt
Emits new event when a new subscriber is added to a list. Required prop: List ID for tracking specific lists.
URLs
Actions
send-smart-transactional-email
Prompt
Sends an intelligent transactional email to a specified recipient. Required props include 'email', 'subject', and 'content'. Optional props include 'list_id' to specify mailing list, if applicable.
URLs
unsubscribe
Prompt
Removes a subscriber from a mailing list given their email address. The required prop is 'email'. Optional props could include 'list_id' to specify the mailing list from which to remove the subscriber.
URLs
add-subscriber
Prompt
Creates a new subscriber on a specific list. Required props are 'email' and 'list_id'. Optional props include 'name' to personalize the subscriber's profile.
URLs
The text was updated successfully, but these errors were encountered: