Deliver transactional and marketing emails at scale.
26
Total Flows
26
Total Actions
0.1.0
Version
Flow | Description | Actions | Parameters |
---|---|---|---|
Send Email resend_post_emails_flow | Sends an email via the Resend API. Requires sender, recipients, subject, and (optionally) HTML/text content. | 1 | 0 |
Get Email by ID resend_get_emails_by_email_id_flow | Retrieves email details using the email's unique ID. | 1 | 1 |
Update Email by ID resend_patch_emails_by_email_id_flow | Updates properties of an existing email using its unique ID. | 1 | 1 |
Cancel Email resend_post_emails_cancel_by_email_id_flow | Cancels an email using its unique ID. | 1 | 1 |
Send Batch Emails resend_post_emails_batch_flow | Sends multiple emails in a single batch request. | 1 | 0 |
Create Domain resend_post_domains_flow | Creates a new domain entry. | 1 | 0 |
List Domains resend_get_domains_flow | Retrieves a list of domains. | 1 | 0 |
Get Domain by ID resend_get_domains_by_domain_id_flow | Retrieves details of a specific domain using its unique ID. | 1 | 1 |
Update Domain resend_patch_domains_by_domain_id_flow | Updates a domain's details using its unique ID. | 1 | 1 |
Delete Domain resend_delete_domains_by_domain_id_flow | Deletes a domain identified by its unique ID. | 1 | 1 |
Verify Domain resend_post_domains_verify_by_domain_id_flow | Triggers the verification process for a domain identified by its unique ID. | 1 | 1 |
Create Audience resend_post_audiences_flow | Creates a new audience. | 1 | 0 |
List Audiences resend_get_audiences_flow | Retrieves a list of audiences. | 1 | 0 |
Delete Audience resend_delete_audiences_by_id_flow | Deletes an audience by its unique identifier. | 1 | 1 |
Get Audience by ID resend_get_audiences_by_id_flow | Retrieves details of a specific audience by its unique identifier. | 1 | 1 |
Add Contact to Audience resend_post_audiences_contacts_by_audience_id_flow | Adds a new contact to a specific audience. | 1 | 1 |
List Audience Contacts resend_get_audiences_contacts_by_audience_id_flow | Retrieves the contacts associated with a given audience. | 1 | 1 |
Delete Audience Contact by Email resend_delete_audiences_contacts_by_audience_id_and_email_flow | Removes a contact from an audience using the contact's email address. | 1 | 2 |
Delete Audience Contact by ID resend_delete_audiences_contacts_by_audience_id_and_id_flow | Removes a contact from an audience using the contact's unique ID. | 1 | 2 |
Get Audience Contact by ID resend_get_audiences_contacts_by_audience_id_and_id_flow | Retrieves details of a contact from an audience using the contact's unique ID. | 1 | 2 |
Update Audience Contact resend_patch_audiences_contacts_by_audience_id_and_id_flow | Updates details of a contact in an audience using the contact's unique ID. | 1 | 2 |
Create Broadcast resend_post_broadcasts_flow | Creates a new broadcast campaign. | 1 | 0 |
List Broadcasts resend_get_broadcasts_flow | Retrieves a list of broadcast campaigns. | 1 | 0 |
Delete Broadcast resend_delete_broadcasts_by_id_flow | Deletes a broadcast using its unique ID. | 1 | 1 |
Get Broadcast by ID resend_get_broadcasts_by_id_flow | Retrieves details of a broadcast using its unique ID. | 1 | 1 |
Send Broadcast resend_post_broadcasts_send_by_id_flow | Sends an existing broadcast using its unique ID. | 1 | 1 |