Mailcoach
Email marketing platform for campaigns, lists, subscribers, tags, suppressions, transactional templates, and webhook delivery.
Helps marketers running campaigns at scale that build lists and tags, add suppressions, manage templates, and react to bounce or complaint events.
Example Use Cases
These are the Mailcoach actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
Tool to create a new email list. Use when you need to manage and organize subscribers before sending campaigns. Use after authentication.
Tool to create a new Mailcoach campaign. Use when you need to send or schedule an email campaign to a specific list or segment.
Tool to create a new tag within a specific email list. Use after confirming the email list exists.
Confirm a subscriber's subscription to an email list (double opt-in confirmation). Use this action to finalize a subscriber's subscription after they have been added to an email list with confirmation required. This is typically called after the subscriber clicks a confirmation link in their email. Prerequisites: - A subscriber must exist (created via MAILCOACH_SUBSCRIBE_TO_EMAIL_LIST action) - The subscriber must be in 'unconfirmed' status (skip_confirmation was false or not set) Returns 204 No Content on success. If the subscriber is already confirmed or does not exist, appropriate error messages are returned.
Tool to create a new segment within an email list. Use when you need to target specific groups of subscribers based on tags.
Tool to retrieve all campaigns. Use when you need a paginated, sortable list of campaigns matching criteria.
Tool to retrieve all sent items. Use when you need to list and filter sent items after delivery.
Tool to retrieve all subscriber imports. Use when you need a paginated list of import jobs.
Retrieve a paginated list of all email suppression entries from Mailcoach. Suppressions are email addresses that will never receive emails. They can be created due to hard bounces, spam complaints, or manual blocking. Use this tool to: - View all suppressed email addresses - Search for specific suppressed emails - Filter by suppression reason (hard_bounce, spam_complaint, manual) - Get suppression UUIDs for use with get_specific_suppression or delete_suppression
Tool to retrieve all tags for a specific email list. Use after confirming the email list exists.