Resend
Use Resend API to send transactional and marketing email, manage domains, contacts, audiences, broadcasts, and API keys.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
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 keyConnection
Remove an existing API key
Authentication
Connected account requiredTags
Remove an existing audienceRESEND_DELETE_AUDIENCES_IDDeprecated: Use Segments instead. These endpoints still work, but will be removed in the future.Connection
Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.
Authentication
Connected account requiredTags
Delete an automationRESEND_DELETE_AUTOMATIONS_AUTOMATION_IDDelete an automationConnection
Delete an automation
Authentication
Connected account requiredTags
Remove an existing broadcast that is in the draft statusRESEND_DELETE_BROADCASTS_IDRemove an existing broadcast that is in the draft statusConnection
Remove an existing broadcast that is in the draft status
Authentication
Connected account requiredTags
Remove an existing contact propertyRESEND_DELETE_CONTACT_PROPERTIES_IDRemove an existing contact propertyConnection
Remove an existing contact property
Authentication
Connected account requiredTags
Remove a contact from a segmentRESEND_DELETE_CONTACTS_CONTACT_ID_SEGMENTS_SEGMENT_IDRemove a contact from a segmentConnection
Remove a contact from a segment
Authentication
Connected account requiredTags
Remove an existing contact by ID or emailRESEND_DELETE_CONTACTS_IDRemove an existing contact by ID or emailConnection
Remove an existing contact by ID or email
Authentication
Connected account requiredTags
Remove an existing domainRESEND_DELETE_DOMAINS_DOMAIN_IDRemove an existing domainConnection
Remove an existing domain
Authentication
Connected account requiredTags
Delete an eventRESEND_DELETE_EVENTS_IDENTIFIERDelete an eventConnection
Delete an event
Authentication
Connected account requiredTags
Remove an existing segmentRESEND_DELETE_SEGMENTS_IDRemove an existing segmentConnection
Remove an existing segment
Authentication
Connected account requiredTags
Remove an existing templateRESEND_DELETE_TEMPLATES_IDRemove an existing templateConnection
Remove an existing template
Authentication
Connected account requiredTags
Remove an existing topicRESEND_DELETE_TOPICS_IDRemove an existing topicConnection
Remove an existing topic
Authentication
Connected account requiredTags
Remove an existing webhookRESEND_DELETE_WEBHOOKS_WEBHOOK_IDRemove an existing webhookConnection
Remove an existing webhook
Authentication
Connected account requiredTags
Retrieve a list of API keysRESEND_GET_API_KEYSRetrieve a list of API keysConnection
Retrieve a list of API keys
Authentication
Connected account requiredTags
Retrieve a list of audiencesRESEND_GET_AUDIENCESDeprecated: Use Segments instead. These endpoints still work, but will be removed in the future.Connection
Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.
Authentication
Connected account requiredTags
Retrieve a single audienceRESEND_GET_AUDIENCES_IDDeprecated: Use Segments instead. These endpoints still work, but will be removed in the future.Connection
Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.
Authentication
Connected account requiredTags
Retrieve a list of automationsRESEND_GET_AUTOMATIONSRetrieve a list of automationsConnection
Retrieve a list of automations
Authentication
Connected account requiredTags
Retrieve a single automationRESEND_GET_AUTOMATIONS_AUTOMATION_IDRetrieve a single automationConnection
Retrieve a single automation
Authentication
Connected account requiredTags
Retrieve a list of automation runsRESEND_GET_AUTOMATIONS_AUTOMATION_ID_RUNSRetrieve a list of automation runsConnection
Retrieve a list of automation runs
Authentication
Connected account requiredTags
Retrieve a single automation runRESEND_GET_AUTOMATIONS_AUTOMATION_ID_RUNS_RUN_IDRetrieve a single automation runConnection
Retrieve a single automation run
Authentication
Connected account requiredTags
Retrieve a list of broadcastsRESEND_GET_BROADCASTSRetrieve a list of broadcastsConnection
Retrieve a list of broadcasts
Authentication
Connected account requiredTags
Retrieve a single broadcastRESEND_GET_BROADCASTS_IDRetrieve a single broadcastConnection
Retrieve a single broadcast
Authentication
Connected account requiredTags
Retrieve a list of contact propertiesRESEND_GET_CONTACT_PROPERTIESRetrieve a list of contact propertiesConnection
Retrieve a list of contact properties
Authentication
Connected account requiredTags
Retrieve a single contact propertyRESEND_GET_CONTACT_PROPERTIES_IDRetrieve a single contact propertyConnection
Retrieve a single contact property
Authentication
Connected account requiredTags
Retrieve a list of contactsRESEND_GET_CONTACTSRetrieve a list of contactsConnection
Retrieve a list of contacts
Authentication
Connected account requiredTags
Retrieve a list of segments for a contactRESEND_GET_CONTACTS_CONTACT_ID_SEGMENTSRetrieve a list of segments for a contactConnection
Retrieve a list of segments for a contact
Authentication
Connected account requiredTags
Retrieve topics for a contactRESEND_GET_CONTACTS_CONTACT_ID_TOPICSRetrieve topics for a contactConnection
Retrieve topics for a contact
Authentication
Connected account requiredTags
Retrieve a single contact by ID or emailRESEND_GET_CONTACTS_IDRetrieve a single contact by ID or emailConnection
Retrieve a single contact by ID or email
Authentication
Connected account requiredTags
Retrieve a list of domainsRESEND_GET_DOMAINSRetrieve a list of domainsConnection
Retrieve a list of domains
Authentication
Connected account requiredTags
Retrieve a single domainRESEND_GET_DOMAINS_DOMAIN_IDRetrieve a single domainConnection
Retrieve a single domain
Authentication
Connected account requiredTags
Retrieve a list of emailsRESEND_GET_EMAILSRetrieve a list of emailsConnection
Retrieve a list of emails
Authentication
Connected account requiredTags
Retrieve a single emailRESEND_GET_EMAILS_EMAIL_IDRetrieve a single emailConnection
Retrieve a single email
Authentication
Connected account requiredTags
Retrieve a list of attachments for a sent emailRESEND_GET_EMAILS_EMAIL_ID_ATTACHMENTSRetrieve a list of attachments for a sent emailConnection
Retrieve a list of attachments for a sent email
Authentication
Connected account requiredTags
Retrieve a single attachment for a sent emailRESEND_GET_EMAILS_EMAIL_ID_ATTACHMENTS_ATTACHMENT_IDRetrieve a single attachment for a sent emailConnection
Retrieve a single attachment for a sent email
Authentication
Connected account requiredTags
Retrieve a list of received emailsRESEND_GET_EMAILS_RECEIVINGRetrieve a list of received emailsConnection
Retrieve a list of received emails
Authentication
Connected account requiredTags
Retrieve a single received emailRESEND_GET_EMAILS_RECEIVING_EMAIL_IDRetrieve a single received emailConnection
Retrieve a single received email
Authentication
Connected account requiredTags
Retrieve a list of attachments for a received emailRESEND_GET_EMAILS_RECEIVING_EMAIL_ID_ATTACHMENTSRetrieve a list of attachments for a received emailConnection
Retrieve a list of attachments for a received email
Authentication
Connected account requiredTags
Retrieve a single attachment for a received emailRESEND_GET_EMAILS_RECEIVING_EMAIL_ID_ATTACHMENTS_ATTACHMENT_IDRetrieve a single attachment for a received emailConnection
Retrieve a single attachment for a received email
Authentication
Connected account requiredTags
Retrieve a list of eventsRESEND_GET_EVENTSRetrieve a list of eventsConnection
Retrieve a list of events
Authentication
Connected account requiredTags
Retrieve a single eventRESEND_GET_EVENTS_IDENTIFIERRetrieve a single eventConnection
Retrieve a single event
Authentication
Connected account requiredTags
Retrieve a list of logsRESEND_GET_LOGSRetrieve a list of logsConnection
Retrieve a list of logs
Authentication
Connected account requiredTags
Retrieve a single logRESEND_GET_LOGS_LOG_IDRetrieve a single logConnection
Retrieve a single log
Authentication
Connected account requiredTags
Retrieve a list of segmentsRESEND_GET_SEGMENTSRetrieve a list of segmentsConnection
Retrieve a list of segments
Authentication
Connected account requiredTags
Retrieve a single segmentRESEND_GET_SEGMENTS_IDRetrieve a single segmentConnection
Retrieve a single segment
Authentication
Connected account requiredTags
Retrieve a list of templatesRESEND_GET_TEMPLATESRetrieve a list of templatesConnection
Retrieve a list of templates
Authentication
Connected account requiredTags
Retrieve a single templateRESEND_GET_TEMPLATES_IDRetrieve a single templateConnection
Retrieve a single template
Authentication
Connected account requiredTags
Retrieve a list of topicsRESEND_GET_TOPICSRetrieve a list of topicsConnection
Retrieve a list of topics
Authentication
Connected account requiredTags
Retrieve a single topicRESEND_GET_TOPICS_IDRetrieve a single topicConnection
Retrieve a single topic
Authentication
Connected account requiredTags
Retrieve a list of webhooksRESEND_GET_WEBHOOKSRetrieve a list of webhooksConnection
Retrieve a list of webhooks
Authentication
Connected account requiredTags
Retrieve a single webhookRESEND_GET_WEBHOOKS_WEBHOOK_IDRetrieve a single webhookConnection
Retrieve a single webhook
Authentication
Connected account requiredTags
Update an automationRESEND_PATCH_AUTOMATIONS_AUTOMATION_IDUpdate an automationConnection
Update an automation
Authentication
Connected account requiredTags
Update an existing broadcastRESEND_PATCH_BROADCASTS_IDUpdate an existing broadcastConnection
Update an existing broadcast
Authentication
Connected account requiredTags
Update an existing contact propertyRESEND_PATCH_CONTACT_PROPERTIES_IDUpdate an existing contact propertyConnection
Update an existing contact property
Authentication
Connected account requiredTags
Update topics for a contactRESEND_PATCH_CONTACTS_CONTACT_ID_TOPICSUpdate topics for a contactConnection
Update topics for a contact
Authentication
Connected account requiredTags
Update a single contact by ID or emailRESEND_PATCH_CONTACTS_IDUpdate a single contact by ID or emailConnection
Update a single contact by ID or email
Authentication
Connected account requiredTags
Update an existing domainRESEND_PATCH_DOMAINS_DOMAIN_IDUpdate an existing domainConnection
Update an existing domain
Authentication
Connected account requiredTags
Update a single emailRESEND_PATCH_EMAILS_EMAIL_IDUpdate a single emailConnection
Update a single email
Authentication
Connected account requiredTags
Update an eventRESEND_PATCH_EVENTS_IDENTIFIERUpdate an eventConnection
Update an event
Authentication
Connected account requiredTags
Update an existing templateRESEND_PATCH_TEMPLATES_IDUpdate an existing templateConnection
Update an existing template
Authentication
Connected account requiredTags
Update an existing topicRESEND_PATCH_TOPICS_IDUpdate an existing topicConnection
Update an existing topic
Authentication
Connected account requiredTags
Update an existing webhookRESEND_PATCH_WEBHOOKS_WEBHOOK_IDUpdate an existing webhookConnection
Update an existing webhook
Authentication
Connected account requiredTags
Create a new API keyRESEND_POST_API_KEYSCreate a new API keyConnection
Create a new API key
Authentication
Connected account requiredTags
Create a list of contactsRESEND_POST_AUDIENCESDeprecated: Use Segments instead. These endpoints still work, but will be removed in the future.Connection
Deprecated: Use Segments instead. These endpoints still work, but will be removed in the future.
Authentication
Connected account requiredTags
Create an automationRESEND_POST_AUTOMATIONSCreate an automationConnection
Create an automation
Authentication
Connected account requiredTags
Stop an automationRESEND_POST_AUTOMATIONS_AUTOMATION_ID_STOPStop an automationConnection
Stop an automation
Authentication
Connected account requiredTags
Create a broadcastRESEND_POST_BROADCASTSCreate a broadcastConnection
Create a broadcast
Authentication
Connected account requiredTags
Send or schedule a broadcastRESEND_POST_BROADCASTS_ID_SENDSend or schedule a broadcastConnection
Send or schedule a broadcast
Authentication
Connected account requiredTags
Create a new contact propertyRESEND_POST_CONTACT_PROPERTIESCreate a new contact propertyConnection
Create a new contact property
Authentication
Connected account requiredTags
Create a new contactRESEND_POST_CONTACTSCreate a new contactConnection
Create a new contact
Authentication
Connected account requiredTags
Add a contact to a segmentRESEND_POST_CONTACTS_CONTACT_ID_SEGMENTS_SEGMENT_IDAdd a contact to a segmentConnection
Add a contact to a segment
Authentication
Connected account requiredTags
Create a new domainRESEND_POST_DOMAINSCreate a new domainConnection
Create a new domain
Authentication
Connected account requiredTags
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).Connection
Triggers verification of the domain's DNS records including DKIM, SPF, and the tracking CNAME (if a tracking subdomain is configured).
Authentication
Connected account requiredTags
Send an emailRESEND_POST_EMAILSSend an emailConnection
Send an email
Authentication
Connected account requiredTags
Trigger up to 100 batch emails at once.RESEND_POST_EMAILS_BATCHTrigger up to 100 batch emails at once.Connection
Trigger up to 100 batch emails at once.
Authentication
Connected account requiredTags
Cancel the schedule of the e-mail.RESEND_POST_EMAILS_EMAIL_ID_CANCELCancel the schedule of the e-mail.Connection
Cancel the schedule of the e-mail.
Authentication
Connected account requiredTags
Create an eventRESEND_POST_EVENTSCreate an eventConnection
Create an event
Authentication
Connected account requiredTags
Send an eventRESEND_POST_EVENTS_SENDSend an eventConnection
Send an event
Authentication
Connected account requiredTags
Create a new segmentRESEND_POST_SEGMENTSCreate a new segmentConnection
Create a new segment
Authentication
Connected account requiredTags
Create a templateRESEND_POST_TEMPLATESCreate a templateConnection
Create a template
Authentication
Connected account requiredTags
Duplicate a templateRESEND_POST_TEMPLATES_ID_DUPLICATEDuplicate a templateConnection
Duplicate a template
Authentication
Connected account requiredTags
Publish a templateRESEND_POST_TEMPLATES_ID_PUBLISHPublish a templateConnection
Publish a template
Authentication
Connected account requiredTags
Create a new topicRESEND_POST_TOPICSCreate a new topicConnection
Create a new topic
Authentication
Connected account requiredTags
Create a new webhookRESEND_POST_WEBHOOKSCreate a new webhookConnection
Create a new webhook
Authentication
Connected account requiredTags