Closed pipedream-component-development closed 7 months ago
Context from #5396 App Sendy
https://sendy.co/api Triggers
New Subscriber
New Campaign
Actions
Send a Campaign
Add a Subscriber
Delete a Subscriber
Hi everyone, all test cases are passed! Ready for release!
Test report https://vunguyenhung.notion.site/Components-sendy-64d96cbdc0884ed9a8815fdbccc44eb4
sendy
URLs
Actions
add-update-subscriber
Prompt
Adds a new subscriber or updates existing subscriber's details for a specific list. Required props include 'list_id' which is the ID of the target list, and 'email' as subscriber's email. Optional props can be any other subscriber information fields like 'name', 'country', etc.
URLs
create-draft-campaign
Prompt
Creates a new draft campaign ready to be filled in with details. Required prop is 'from_name', 'from_email', 'reply_to', 'title', 'subject', 'html_text', 'brand_id', 'track_opens' and 'track_clicks'. Optional props can include 'plain_text', 'list_ids', 'segment_ids', 'exclude_list_ids', 'exclude_segments_ids', 'query_string', 'schedule_date_time' and 'schedule_timezone'. The prop 'send_campaign' will be always 1
URLs
unsubscribe-email
Prompt
Removes a subscriber from a specified list. Required props include 'list_id' and 'email' to identify the subscriber to be removed.
URLs