Open Connector
All tools

Resend

Use Resend API to send transactional and marketing email, manage domains, contacts, audiences, broadcasts, and API keys.

resendv1.0.083 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "RESEND_DELETE_API_KEYS_API_KEY_ID",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("RESEND_DELETE_API_KEYS_API_KEY_ID", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute RESEND_DELETE_API_KEYS_API_KEY_ID --data '{ }'

Tool catalog

Available tools

83 callable operations

Remove an existing API keyRESEND_DELETE_API_KEYS_API_KEY_IDRemove an existing API key

Remove an existing API key

Authentication

Connected account required

Tags

API keys
Remove an existing audienceRESEND_DELETE_AUDIENCES_IDDeprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

Authentication

Connected account required

Tags

Audiences
Delete an automationRESEND_DELETE_AUTOMATIONS_AUTOMATION_IDDelete an automation

Delete an automation

Authentication

Connected account required

Tags

Automations
Remove an existing broadcast that is in the draft statusRESEND_DELETE_BROADCASTS_IDRemove an existing broadcast that is in the draft status

Remove an existing broadcast that is in the draft status

Authentication

Connected account required

Tags

Broadcasts
Remove an existing contact propertyRESEND_DELETE_CONTACT_PROPERTIES_IDRemove an existing contact property

Remove an existing contact property

Authentication

Connected account required

Tags

Contact Properties
Remove a contact from a segmentRESEND_DELETE_CONTACTS_CONTACT_ID_SEGMENTS_SEGMENT_IDRemove a contact from a segment

Remove a contact from a segment

Authentication

Connected account required

Tags

Contacts
Remove an existing contact by ID or emailRESEND_DELETE_CONTACTS_IDRemove an existing contact by ID or email

Remove an existing contact by ID or email

Authentication

Connected account required

Tags

Contacts
Remove an existing domainRESEND_DELETE_DOMAINS_DOMAIN_IDRemove an existing domain

Remove an existing domain

Authentication

Connected account required

Tags

Domains
Delete an eventRESEND_DELETE_EVENTS_IDENTIFIERDelete an event

Delete an event

Authentication

Connected account required

Tags

Events
Remove an existing segmentRESEND_DELETE_SEGMENTS_IDRemove an existing segment

Remove an existing segment

Authentication

Connected account required

Tags

Segments
Remove an existing templateRESEND_DELETE_TEMPLATES_IDRemove an existing template

Remove an existing template

Authentication

Connected account required

Tags

Templates
Remove an existing topicRESEND_DELETE_TOPICS_IDRemove an existing topic

Remove an existing topic

Authentication

Connected account required

Tags

Topics
Remove an existing webhookRESEND_DELETE_WEBHOOKS_WEBHOOK_IDRemove an existing webhook

Remove an existing webhook

Authentication

Connected account required

Tags

Webhooks
Retrieve a list of API keysRESEND_GET_API_KEYSRetrieve a list of API keys

Retrieve a list of API keys

Authentication

Connected account required

Tags

API keys
Retrieve a list of audiencesRESEND_GET_AUDIENCESDeprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

Authentication

Connected account required

Tags

Audiences
Retrieve a single audienceRESEND_GET_AUDIENCES_IDDeprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

Authentication

Connected account required

Tags

Audiences
Retrieve a list of automationsRESEND_GET_AUTOMATIONSRetrieve a list of automations

Retrieve a list of automations

Authentication

Connected account required

Tags

Automations
Retrieve a single automationRESEND_GET_AUTOMATIONS_AUTOMATION_IDRetrieve a single automation

Retrieve a single automation

Authentication

Connected account required

Tags

Automations
Retrieve a list of automation runsRESEND_GET_AUTOMATIONS_AUTOMATION_ID_RUNSRetrieve a list of automation runs

Retrieve a list of automation runs

Authentication

Connected account required

Tags

Automations
Retrieve a single automation runRESEND_GET_AUTOMATIONS_AUTOMATION_ID_RUNS_RUN_IDRetrieve a single automation run

Retrieve a single automation run

Authentication

Connected account required

Tags

Automations
Retrieve a list of broadcastsRESEND_GET_BROADCASTSRetrieve a list of broadcasts

Retrieve a list of broadcasts

Authentication

Connected account required

Tags

Broadcasts
Retrieve a single broadcastRESEND_GET_BROADCASTS_IDRetrieve a single broadcast

Retrieve a single broadcast

Authentication

Connected account required

Tags

Broadcasts
Retrieve a list of contact propertiesRESEND_GET_CONTACT_PROPERTIESRetrieve a list of contact properties

Retrieve a list of contact properties

Authentication

Connected account required

Tags

Contact Properties
Retrieve a single contact propertyRESEND_GET_CONTACT_PROPERTIES_IDRetrieve a single contact property

Retrieve a single contact property

Authentication

Connected account required

Tags

Contact Properties
Retrieve a list of contactsRESEND_GET_CONTACTSRetrieve a list of contacts

Retrieve a list of contacts

Authentication

Connected account required

Tags

Contacts
Retrieve a list of segments for a contactRESEND_GET_CONTACTS_CONTACT_ID_SEGMENTSRetrieve a list of segments for a contact

Retrieve a list of segments for a contact

Authentication

Connected account required

Tags

Contacts
Retrieve topics for a contactRESEND_GET_CONTACTS_CONTACT_ID_TOPICSRetrieve topics for a contact

Retrieve topics for a contact

Authentication

Connected account required

Tags

Contacts
Retrieve a single contact by ID or emailRESEND_GET_CONTACTS_IDRetrieve a single contact by ID or email

Retrieve a single contact by ID or email

Authentication

Connected account required

Tags

Contacts
Retrieve a list of domainsRESEND_GET_DOMAINSRetrieve a list of domains

Retrieve a list of domains

Authentication

Connected account required

Tags

Domains
Retrieve a single domainRESEND_GET_DOMAINS_DOMAIN_IDRetrieve a single domain

Retrieve a single domain

Authentication

Connected account required

Tags

Domains
Retrieve a list of emailsRESEND_GET_EMAILSRetrieve a list of emails

Retrieve a list of emails

Authentication

Connected account required

Tags

Emails
Retrieve a single emailRESEND_GET_EMAILS_EMAIL_IDRetrieve a single email

Retrieve a single email

Authentication

Connected account required

Tags

Emails
Retrieve a list of attachments for a sent emailRESEND_GET_EMAILS_EMAIL_ID_ATTACHMENTSRetrieve a list of attachments for a sent email

Retrieve a list of attachments for a sent email

Authentication

Connected account required

Tags

Emails
Retrieve a single attachment for a sent emailRESEND_GET_EMAILS_EMAIL_ID_ATTACHMENTS_ATTACHMENT_IDRetrieve a single attachment for a sent email

Retrieve a single attachment for a sent email

Authentication

Connected account required

Tags

Emails
Retrieve a list of received emailsRESEND_GET_EMAILS_RECEIVINGRetrieve a list of received emails

Retrieve a list of received emails

Authentication

Connected account required

Tags

Receiving Emails
Retrieve a single received emailRESEND_GET_EMAILS_RECEIVING_EMAIL_IDRetrieve a single received email

Retrieve a single received email

Authentication

Connected account required

Tags

Receiving Emails
Retrieve a list of attachments for a received emailRESEND_GET_EMAILS_RECEIVING_EMAIL_ID_ATTACHMENTSRetrieve a list of attachments for a received email

Retrieve a list of attachments for a received email

Authentication

Connected account required

Tags

Receiving Emails
Retrieve a single attachment for a received emailRESEND_GET_EMAILS_RECEIVING_EMAIL_ID_ATTACHMENTS_ATTACHMENT_IDRetrieve a single attachment for a received email

Retrieve a single attachment for a received email

Authentication

Connected account required

Tags

Receiving Emails
Retrieve a list of eventsRESEND_GET_EVENTSRetrieve a list of events

Retrieve a list of events

Authentication

Connected account required

Tags

Events
Retrieve a single eventRESEND_GET_EVENTS_IDENTIFIERRetrieve a single event

Retrieve a single event

Authentication

Connected account required

Tags

Events
Retrieve a list of logsRESEND_GET_LOGSRetrieve a list of logs

Retrieve a list of logs

Authentication

Connected account required

Tags

Logs
Retrieve a single logRESEND_GET_LOGS_LOG_IDRetrieve a single log

Retrieve a single log

Authentication

Connected account required

Tags

Logs
Retrieve a list of segmentsRESEND_GET_SEGMENTSRetrieve a list of segments

Retrieve a list of segments

Authentication

Connected account required

Tags

Segments
Retrieve a single segmentRESEND_GET_SEGMENTS_IDRetrieve a single segment

Retrieve a single segment

Authentication

Connected account required

Tags

Segments
Retrieve a list of templatesRESEND_GET_TEMPLATESRetrieve a list of templates

Retrieve a list of templates

Authentication

Connected account required

Tags

Templates
Retrieve a single templateRESEND_GET_TEMPLATES_IDRetrieve a single template

Retrieve a single template

Authentication

Connected account required

Tags

Templates
Retrieve a list of topicsRESEND_GET_TOPICSRetrieve a list of topics

Retrieve a list of topics

Authentication

Connected account required

Tags

Topics
Retrieve a single topicRESEND_GET_TOPICS_IDRetrieve a single topic

Retrieve a single topic

Authentication

Connected account required

Tags

Topics
Retrieve a list of webhooksRESEND_GET_WEBHOOKSRetrieve a list of webhooks

Retrieve a list of webhooks

Authentication

Connected account required

Tags

Webhooks
Retrieve a single webhookRESEND_GET_WEBHOOKS_WEBHOOK_IDRetrieve a single webhook

Retrieve a single webhook

Authentication

Connected account required

Tags

Webhooks
Update an automationRESEND_PATCH_AUTOMATIONS_AUTOMATION_IDUpdate an automation

Update an automation

Authentication

Connected account required

Tags

Automations
Update an existing broadcastRESEND_PATCH_BROADCASTS_IDUpdate an existing broadcast

Update an existing broadcast

Authentication

Connected account required

Tags

Broadcasts
Update an existing contact propertyRESEND_PATCH_CONTACT_PROPERTIES_IDUpdate an existing contact property

Update an existing contact property

Authentication

Connected account required

Tags

Contact Properties
Update topics for a contactRESEND_PATCH_CONTACTS_CONTACT_ID_TOPICSUpdate topics for a contact

Update topics for a contact

Authentication

Connected account required

Tags

Contacts
Update a single contact by ID or emailRESEND_PATCH_CONTACTS_IDUpdate a single contact by ID or email

Update a single contact by ID or email

Authentication

Connected account required

Tags

Contacts
Update an existing domainRESEND_PATCH_DOMAINS_DOMAIN_IDUpdate an existing domain

Update an existing domain

Authentication

Connected account required

Tags

Domains
Update a single emailRESEND_PATCH_EMAILS_EMAIL_IDUpdate a single email

Update a single email

Authentication

Connected account required

Tags

Emails
Update an eventRESEND_PATCH_EVENTS_IDENTIFIERUpdate an event

Update an event

Authentication

Connected account required

Tags

Events
Update an existing templateRESEND_PATCH_TEMPLATES_IDUpdate an existing template

Update an existing template

Authentication

Connected account required

Tags

Templates
Update an existing topicRESEND_PATCH_TOPICS_IDUpdate an existing topic

Update an existing topic

Authentication

Connected account required

Tags

Topics
Update an existing webhookRESEND_PATCH_WEBHOOKS_WEBHOOK_IDUpdate an existing webhook

Update an existing webhook

Authentication

Connected account required

Tags

Webhooks
Create a new API keyRESEND_POST_API_KEYSCreate a new API key

Create a new API key

Authentication

Connected account required

Tags

API keys
Create a list of contactsRESEND_POST_AUDIENCESDeprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.

Authentication

Connected account required

Tags

Audiences
Create an automationRESEND_POST_AUTOMATIONSCreate an automation

Create an automation

Authentication

Connected account required

Tags

Automations
Stop an automationRESEND_POST_AUTOMATIONS_AUTOMATION_ID_STOPStop an automation

Stop an automation

Authentication

Connected account required

Tags

Automations
Create a broadcastRESEND_POST_BROADCASTSCreate a broadcast

Create a broadcast

Authentication

Connected account required

Tags

Broadcasts
Send or schedule a broadcastRESEND_POST_BROADCASTS_ID_SENDSend or schedule a broadcast

Send or schedule a broadcast

Authentication

Connected account required

Tags

Broadcasts
Create a new contact propertyRESEND_POST_CONTACT_PROPERTIESCreate a new contact property

Create a new contact property

Authentication

Connected account required

Tags

Contact Properties
Create a new contactRESEND_POST_CONTACTSCreate a new contact

Create a new contact

Authentication

Connected account required

Tags

Contacts
Add a contact to a segmentRESEND_POST_CONTACTS_CONTACT_ID_SEGMENTS_SEGMENT_IDAdd a contact to a segment

Add a contact to a segment

Authentication

Connected account required

Tags

Contacts
Create a new domainRESEND_POST_DOMAINSCreate a new domain

Create a new domain

Authentication

Connected account required

Tags

Domains
Verify an existing domainRESEND_POST_DOMAINS_DOMAIN_ID_VERIFYTriggers verification of the domain's DNS records including DKIM, SPF, and the tracking CNAME (if a tracking subdomain is configured).

Triggers verification of the domain's DNS records including DKIM, SPF, and the tracking CNAME (if a tracking subdomain is configured).

Authentication

Connected account required

Tags

Domains
Send an emailRESEND_POST_EMAILSSend an email

Send an email

Authentication

Connected account required

Tags

Emails
Trigger up to 100 batch emails at once.RESEND_POST_EMAILS_BATCHTrigger up to 100 batch emails at once.

Trigger up to 100 batch emails at once.

Authentication

Connected account required

Tags

Emails
Cancel the schedule of the e-mail.RESEND_POST_EMAILS_EMAIL_ID_CANCELCancel the schedule of the e-mail.

Cancel the schedule of the e-mail.

Authentication

Connected account required

Tags

Emails
Create an eventRESEND_POST_EVENTSCreate an event

Create an event

Authentication

Connected account required

Tags

Events
Send an eventRESEND_POST_EVENTS_SENDSend an event

Send an event

Authentication

Connected account required

Tags

Events
Create a new segmentRESEND_POST_SEGMENTSCreate a new segment

Create a new segment

Authentication

Connected account required

Tags

Segments
Create a templateRESEND_POST_TEMPLATESCreate a template

Create a template

Authentication

Connected account required

Tags

Templates
Duplicate a templateRESEND_POST_TEMPLATES_ID_DUPLICATEDuplicate a template

Duplicate a template

Authentication

Connected account required

Tags

Templates
Publish a templateRESEND_POST_TEMPLATES_ID_PUBLISHPublish a template

Publish a template

Authentication

Connected account required

Tags

Templates
Create a new topicRESEND_POST_TOPICSCreate a new topic

Create a new topic

Authentication

Connected account required

Tags

Topics
Create a new webhookRESEND_POST_WEBHOOKSCreate a new webhook

Create a new webhook

Authentication

Connected account required

Tags

Webhooks

Provider resources