Confirm Subscriber
Tool to confirm a subscriber’s subscription. use when finalizing the double opt-in process after they have provided subscriber details. example: \
Create Subscriber Import
Tool to create a new subscriber import. use when you have a prepared csv and want to upload it into an existing mailcoach email list after exporting or generating subscriber data.
Delete Campaign
Tool to delete a campaign by uuid. use when you need to permanently remove a campaign after confirming its identifier.
Delete Email List
Tool to delete an email list by uuid. use when you need to permanently remove an email list after confirming its identifier.
Delete Send
Tool to delete a sent item by its uuid. use after confirming the send's uuid to permanently remove it.
Delete Subscriber
Tool to delete a subscriber by uuid. use when you need to permanently remove a subscriber from the system after verifying their uuid.
Delete Subscriber Import
Tool to delete a subscriber import by its uuid. use when you need to permanently remove a subscriber import after confirming its identifier.
Delete Suppression
Tool to delete a suppression entry by uuid. use when you need to permanently remove a suppression after confirming its identifier.
Delete Tag from Email List
Tool to delete a tag from an email list. use when you need to permanently remove a tag after confirming its identifiers.
Delete Template
Tool to delete a template by uuid. use when you need to permanently remove a template after confirming its uuid.
Delete Transactional Mail
Tool to delete a transactional mail by its uuid. use when you need to permanently remove a transactional mail after confirming its uuid.
Get All Campaigns
Tool to retrieve all campaigns. use when you need a paginated, sortable list of campaigns matching criteria.
Get All Sent Items
Tool to retrieve all sent items. use when you need to list and filter sent items after delivery.
Get All Subscriber Imports
Tool to retrieve all subscriber imports. use when you need a paginated list of import jobs.
Get All Suppressions
Tool to list all suppression entries. use when you need suppression uuids for further retrieval.
Get All Tags
Tool to retrieve all tags for a specific email list. use after confirming the email list exists.
Get All Templates
Tool to retrieve all templates. use when you need a paginated list of templates with optional search and sorting.
Get All Transactional Email Templates
Tool to retrieve all transactional email templates. use when you need a paginated list of transactional templates matching your criteria.
Get Email Lists
Tool to retrieve all email lists. use when you need to fetch a paginated list of email lists with optional filters.
Get Specific Campaign
Tool to retrieve details of a specific mailcoach campaign. use when you need the full campaign resource by its uuid.
Get Specific Email List
Tool to retrieve a specific email list. use when you need to fetch details by uuid.
Get Specific Subscriber
Tool to retrieve a specific subscriber. use when you need to fetch subscriber details by uuid.
Get Specific Suppression
Tool to retrieve a specific suppression entry. use when you need to fetch suppression details by uuid or email.
Get Specific Tag
Tool to retrieve details of a specific tag. use when you need to fetch tag metadata after confirming the email list and tag uuids.
Get Specific Template
Tool to retrieve details of a specific template. use when you need template information by uuid.
Get Transactional Mails
Tool to retrieve all transactional mail templates. use when you need a paginated list of transactional mails.
Remove Tags from Subscriber
Tool to remove tags from a subscriber. use after retrieving a subscriber's uuid to adjust their segments.
Resend Subscriber Confirmation
Tool to resend confirmation email to a subscriber. use when a subscriber hasn't confirmed and you need to resend the confirmation.
Start Subscriber Import
Tool to start processing a subscriber import. use when you have a draft subscriber import ready to be processed.
Subscribe To Email List
Tool to add or update a subscriber in an email list. use when you have subscriber details and need to subscribe them to a specific list, optionally skipping confirmation or enfor…
Unsubscribe Subscriber
Tool to unsubscribe a subscriber from an email list. use when removing a subscriber upon their request after confirming details. example: \
Update Campaign
Tool to update an existing mailcoach campaign. use after identifying the campaign uuid when you need to modify campaign attributes such as name, schedule, or content.
Update Email List
Tool to update an existing email list. use when you need to modify a list's configuration after verifying its uuid.
Update Subscriber
Tool to update a subscriber. use when you need to modify subscriber details after creation.
Update Subscriber Import
Tool to update an existing subscriber import. use when you need to modify a draft import before execution. import must be in draft status.
Update Tag
Tool to update an existing tag within an email list. use when you need to modify the name or visibility of a tag after verifying its existence.
Update Template
Tool to update an existing template's name or content. use when you need to modify a template's html or structured html by its uuid.