Resend
Use Resend API to send transactional and marketing email, manage domains, contacts, audiences, broadcasts, and API keys.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
83 个可调用操作
Remove an existing API keyRESEND_DELETE_API_KEYS_API_KEY_IDRemove an existing API key需要连接
Remove an existing API key
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Delete an automationRESEND_DELETE_AUTOMATIONS_AUTOMATION_IDDelete an automation需要连接
Delete an automation
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
Remove an existing contact propertyRESEND_DELETE_CONTACT_PROPERTIES_IDRemove an existing contact property需要连接
Remove an existing contact property
认证
需要 Connected AccountTags
Remove a contact from a segmentRESEND_DELETE_CONTACTS_CONTACT_ID_SEGMENTS_SEGMENT_IDRemove a contact from a segment需要连接
Remove a contact from a segment
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
Remove an existing domainRESEND_DELETE_DOMAINS_DOMAIN_IDRemove an existing domain需要连接
Remove an existing domain
认证
需要 Connected AccountTags
Delete an eventRESEND_DELETE_EVENTS_IDENTIFIERDelete an event需要连接
Delete an event
认证
需要 Connected AccountTags
Remove an existing segmentRESEND_DELETE_SEGMENTS_IDRemove an existing segment需要连接
Remove an existing segment
认证
需要 Connected AccountTags
Remove an existing templateRESEND_DELETE_TEMPLATES_IDRemove an existing template需要连接
Remove an existing template
认证
需要 Connected AccountTags
Remove an existing topicRESEND_DELETE_TOPICS_IDRemove an existing topic需要连接
Remove an existing topic
认证
需要 Connected AccountTags
Remove an existing webhookRESEND_DELETE_WEBHOOKS_WEBHOOK_IDRemove an existing webhook需要连接
Remove an existing webhook
认证
需要 Connected AccountTags
Retrieve a list of API keysRESEND_GET_API_KEYSRetrieve a list of API keys需要连接
Retrieve a list of API keys
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Retrieve a list of automationsRESEND_GET_AUTOMATIONSRetrieve a list of automations需要连接
Retrieve a list of automations
认证
需要 Connected AccountTags
Retrieve a single automationRESEND_GET_AUTOMATIONS_AUTOMATION_IDRetrieve a single automation需要连接
Retrieve a single automation
认证
需要 Connected AccountTags
Retrieve a list of automation runsRESEND_GET_AUTOMATIONS_AUTOMATION_ID_RUNSRetrieve a list of automation runs需要连接
Retrieve a list of automation runs
认证
需要 Connected AccountTags
Retrieve a single automation runRESEND_GET_AUTOMATIONS_AUTOMATION_ID_RUNS_RUN_IDRetrieve a single automation run需要连接
Retrieve a single automation run
认证
需要 Connected AccountTags
Retrieve a list of broadcastsRESEND_GET_BROADCASTSRetrieve a list of broadcasts需要连接
Retrieve a list of broadcasts
认证
需要 Connected AccountTags
Retrieve a single broadcastRESEND_GET_BROADCASTS_IDRetrieve a single broadcast需要连接
Retrieve a single broadcast
认证
需要 Connected AccountTags
Retrieve a list of contact propertiesRESEND_GET_CONTACT_PROPERTIESRetrieve a list of contact properties需要连接
Retrieve a list of contact properties
认证
需要 Connected AccountTags
Retrieve a single contact propertyRESEND_GET_CONTACT_PROPERTIES_IDRetrieve a single contact property需要连接
Retrieve a single contact property
认证
需要 Connected AccountTags
Retrieve a list of contactsRESEND_GET_CONTACTSRetrieve a list of contacts需要连接
Retrieve a list of contacts
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
Retrieve topics for a contactRESEND_GET_CONTACTS_CONTACT_ID_TOPICSRetrieve topics for a contact需要连接
Retrieve topics for a contact
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
Retrieve a list of domainsRESEND_GET_DOMAINSRetrieve a list of domains需要连接
Retrieve a list of domains
认证
需要 Connected AccountTags
Retrieve a single domainRESEND_GET_DOMAINS_DOMAIN_IDRetrieve a single domain需要连接
Retrieve a single domain
认证
需要 Connected AccountTags
Retrieve a list of emailsRESEND_GET_EMAILSRetrieve a list of emails需要连接
Retrieve a list of emails
认证
需要 Connected AccountTags
Retrieve a single emailRESEND_GET_EMAILS_EMAIL_IDRetrieve a single email需要连接
Retrieve a single email
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
Retrieve a list of received emailsRESEND_GET_EMAILS_RECEIVINGRetrieve a list of received emails需要连接
Retrieve a list of received emails
认证
需要 Connected AccountTags
Retrieve a single received emailRESEND_GET_EMAILS_RECEIVING_EMAIL_IDRetrieve a single received email需要连接
Retrieve a single received email
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
Retrieve a list of eventsRESEND_GET_EVENTSRetrieve a list of events需要连接
Retrieve a list of events
认证
需要 Connected AccountTags
Retrieve a single eventRESEND_GET_EVENTS_IDENTIFIERRetrieve a single event需要连接
Retrieve a single event
认证
需要 Connected AccountTags
Retrieve a list of logsRESEND_GET_LOGSRetrieve a list of logs需要连接
Retrieve a list of logs
认证
需要 Connected AccountTags
Retrieve a single logRESEND_GET_LOGS_LOG_IDRetrieve a single log需要连接
Retrieve a single log
认证
需要 Connected AccountTags
Retrieve a list of segmentsRESEND_GET_SEGMENTSRetrieve a list of segments需要连接
Retrieve a list of segments
认证
需要 Connected AccountTags
Retrieve a single segmentRESEND_GET_SEGMENTS_IDRetrieve a single segment需要连接
Retrieve a single segment
认证
需要 Connected AccountTags
Retrieve a list of templatesRESEND_GET_TEMPLATESRetrieve a list of templates需要连接
Retrieve a list of templates
认证
需要 Connected AccountTags
Retrieve a single templateRESEND_GET_TEMPLATES_IDRetrieve a single template需要连接
Retrieve a single template
认证
需要 Connected AccountTags
Retrieve a list of topicsRESEND_GET_TOPICSRetrieve a list of topics需要连接
Retrieve a list of topics
认证
需要 Connected AccountTags
Retrieve a single topicRESEND_GET_TOPICS_IDRetrieve a single topic需要连接
Retrieve a single topic
认证
需要 Connected AccountTags
Retrieve a list of webhooksRESEND_GET_WEBHOOKSRetrieve a list of webhooks需要连接
Retrieve a list of webhooks
认证
需要 Connected AccountTags
Retrieve a single webhookRESEND_GET_WEBHOOKS_WEBHOOK_IDRetrieve a single webhook需要连接
Retrieve a single webhook
认证
需要 Connected AccountTags
Update an automationRESEND_PATCH_AUTOMATIONS_AUTOMATION_IDUpdate an automation需要连接
Update an automation
认证
需要 Connected AccountTags
Update an existing broadcastRESEND_PATCH_BROADCASTS_IDUpdate an existing broadcast需要连接
Update an existing broadcast
认证
需要 Connected AccountTags
Update an existing contact propertyRESEND_PATCH_CONTACT_PROPERTIES_IDUpdate an existing contact property需要连接
Update an existing contact property
认证
需要 Connected AccountTags
Update topics for a contactRESEND_PATCH_CONTACTS_CONTACT_ID_TOPICSUpdate topics for a contact需要连接
Update topics for a contact
认证
需要 Connected AccountTags
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
认证
需要 Connected AccountTags
Update an existing domainRESEND_PATCH_DOMAINS_DOMAIN_IDUpdate an existing domain需要连接
Update an existing domain
认证
需要 Connected AccountTags
Update a single emailRESEND_PATCH_EMAILS_EMAIL_IDUpdate a single email需要连接
Update a single email
认证
需要 Connected AccountTags
Update an eventRESEND_PATCH_EVENTS_IDENTIFIERUpdate an event需要连接
Update an event
认证
需要 Connected AccountTags
Update an existing templateRESEND_PATCH_TEMPLATES_IDUpdate an existing template需要连接
Update an existing template
认证
需要 Connected AccountTags
Update an existing topicRESEND_PATCH_TOPICS_IDUpdate an existing topic需要连接
Update an existing topic
认证
需要 Connected AccountTags
Update an existing webhookRESEND_PATCH_WEBHOOKS_WEBHOOK_IDUpdate an existing webhook需要连接
Update an existing webhook
认证
需要 Connected AccountTags
Create a new API keyRESEND_POST_API_KEYSCreate a new API key需要连接
Create a new API key
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Create an automationRESEND_POST_AUTOMATIONSCreate an automation需要连接
Create an automation
认证
需要 Connected AccountTags
Stop an automationRESEND_POST_AUTOMATIONS_AUTOMATION_ID_STOPStop an automation需要连接
Stop an automation
认证
需要 Connected AccountTags
Create a broadcastRESEND_POST_BROADCASTSCreate a broadcast需要连接
Create a broadcast
认证
需要 Connected AccountTags
Send or schedule a broadcastRESEND_POST_BROADCASTS_ID_SENDSend or schedule a broadcast需要连接
Send or schedule a broadcast
认证
需要 Connected AccountTags
Create a new contact propertyRESEND_POST_CONTACT_PROPERTIESCreate a new contact property需要连接
Create a new contact property
认证
需要 Connected AccountTags
Create a new contactRESEND_POST_CONTACTSCreate a new contact需要连接
Create a new contact
认证
需要 Connected AccountTags
Add a contact to a segmentRESEND_POST_CONTACTS_CONTACT_ID_SEGMENTS_SEGMENT_IDAdd a contact to a segment需要连接
Add a contact to a segment
认证
需要 Connected AccountTags
Create a new domainRESEND_POST_DOMAINSCreate a new domain需要连接
Create a new domain
认证
需要 Connected AccountTags
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).
认证
需要 Connected AccountTags
Send an emailRESEND_POST_EMAILSSend an email需要连接
Send an email
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
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.
认证
需要 Connected AccountTags
Create an eventRESEND_POST_EVENTSCreate an event需要连接
Create an event
认证
需要 Connected AccountTags
Send an eventRESEND_POST_EVENTS_SENDSend an event需要连接
Send an event
认证
需要 Connected AccountTags
Create a new segmentRESEND_POST_SEGMENTSCreate a new segment需要连接
Create a new segment
认证
需要 Connected AccountTags
Create a templateRESEND_POST_TEMPLATESCreate a template需要连接
Create a template
认证
需要 Connected AccountTags
Duplicate a templateRESEND_POST_TEMPLATES_ID_DUPLICATEDuplicate a template需要连接
Duplicate a template
认证
需要 Connected AccountTags
Publish a templateRESEND_POST_TEMPLATES_ID_PUBLISHPublish a template需要连接
Publish a template
认证
需要 Connected AccountTags
Create a new topicRESEND_POST_TOPICSCreate a new topic需要连接
Create a new topic
认证
需要 Connected AccountTags
Create a new webhookRESEND_POST_WEBHOOKSCreate a new webhook需要连接
Create a new webhook
认证
需要 Connected AccountTags