-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Components] selzy #16657
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] selzy #16657
Comments
App developers advised to provide access. |
Sources - New Campaign - New Campaign Status (Instant) - New Subscriber (Instant) Actions - Create Subscriber - Send Campaign - Create Campaign
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 @vunguyenhung, New Subscriber Instant Source does not emit events with contact creation. You need to create a subscription form and create a contact through this form. |
Uh oh!
There was an error while loading. Please reload this page.
selzy
URLs
Webhook Sources
new-subscriber-instant
Prompt
Emit new event when a new contact subscribes to a specified list. Requires selecting the target list.
URLs
new-campaign-instant
Prompt
Emit new event when a new email campaign is created. Useful for monitoring campaign creation activity.
URLs
new-campaign-status-instant
Prompt
Emit new event when the status of a campaign changes (e.g. from 'scheduled' to 'sent'). Requires selecting the campaign or monitoring all campaigns.
URLs
Actions
create-email-message
Prompt
Add a new email message. Requires sender_name and sender_email, subject, body and list_id. Optionally include name and custom fields.
URLs
create-campaign
Prompt
Create a new email campaign. Requires subject, sender details, message content, and target mailing list.
URLs
The text was updated successfully, but these errors were encountered: