Acciones disponibles (18)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Cancel EmailRESEND_CANCEL_EMAILAcciónCancel a scheduled email.
RESEND_CANCEL_EMAILAcciónCancel a scheduled email.
Parámetros de entrada
idstringObligatorioThe id of the email to cancel.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create AudienceRESEND_CREATE_AUDIENCEAcciónCreate a list of contacts.
RESEND_CREATE_AUDIENCEAcciónCreate a list of contacts.
Parámetros de entrada
namestringObligatorioThe name of the audience you want to create.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ContactRESEND_CREATE_CONTACTAcciónCreate a contact in resend.
RESEND_CREATE_CONTACTAcciónCreate a contact in resend.
Parámetros de entrada
emailstringObligatorioThe email address of the contact.
lastNamestringThe last name of the contact.
firstNamestringThe first name of the contact.
audienceIdstringObligatorioThe Audience ID.
unsubscribedbooleanThe subscription status.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create DomainRESEND_CREATE_DOMAINAcciónCreate a domain through the resend email api.
RESEND_CREATE_DOMAINAcciónCreate a domain through the resend email api.
Parámetros de entrada
namestringObligatorioThe name of the domain to be created.
regionstringenumThe region where emails will be sent from.
us-east-1eu-west-1sa-east-1ap-northeast-1
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete AudienceRESEND_DELETE_AUDIENCEAcciónRemove an existing audience.
RESEND_DELETE_AUDIENCEAcciónRemove an existing audience.
Parámetros de entrada
audience_idstringObligatorioThe ID of the audience to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ContactRESEND_DELETE_CONTACTAcciónDelete a contact in resend.
RESEND_DELETE_CONTACTAcciónDelete a contact in resend.
Parámetros de entrada
idstringThe Contact ID. Either id or email must be provided.
emailstringThe Contact email. Either id or email must be provided.
audienceIdstringObligatorioThe Audience ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete DomainRESEND_DELETE_DOMAINAcciónDelete a domain through the resend email api.
RESEND_DELETE_DOMAINAcciónDelete a domain through the resend email api.
Parámetros de entrada
domain_idstringObligatorioThe id of the domain to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List AudiencesRESEND_LIST_AUDIENCESAcciónList all audiences.
RESEND_LIST_AUDIENCESAcciónList all audiences.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]The list of audiences.
errorstringError if any occurred during the execution of the action
objectstringThe type of object, which is 'list'.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ContactsRESEND_LIST_CONTACTSAcciónList contacts in resend.
RESEND_LIST_CONTACTSAcciónList contacts in resend.
Parámetros de entrada
audienceIdstringObligatorioThe Audience ID.
Parámetros de salida
dataobject[]A list of contacts.
errorstringError if any occurred during the execution of the action
objectstringThe type of object, which is 'list'.
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DomainsRESEND_LIST_DOMAINSAcciónList all domains.
RESEND_LIST_DOMAINSAcciónList all domains.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve AudienceRESEND_RETRIEVE_AUDIENCEAcciónRetrieve a single audience.
RESEND_RETRIEVE_AUDIENCEAcciónRetrieve a single audience.
Parámetros de entrada
audience_idstringObligatorioThe ID of the audience to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve ContactRESEND_RETRIEVE_CONTACTAcciónRetrieve a contact in resend.
RESEND_RETRIEVE_CONTACTAcciónRetrieve a contact in resend.
Parámetros de entrada
idstringObligatorioThe Contact ID.
audienceIdstringObligatorioThe Audience ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve DomainRESEND_RETRIEVE_DOMAINAcciónRetrieve a single domain.
RESEND_RETRIEVE_DOMAINAcciónRetrieve a single domain.
Parámetros de entrada
domain_idstringObligatorioThe id of the domain to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve EmailRESEND_RETRIEVE_EMAILAcciónRetrieve a single email.
RESEND_RETRIEVE_EMAILAcciónRetrieve a single email.
Parámetros de entrada
email_idstringObligatorioThe id of the email to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send EmailRESEND_SEND_EMAILAcciónSend an email using resend.
RESEND_SEND_EMAILAcciónSend an email using resend.
Parámetros de entrada
ccstringCc recipient email address. For multiple addresses, send as an array of strings.
tostringObligatorioRecipient email address. For multiple addresses, send as an array of strings. Max 50.
bccstringBcc recipient email address. For multiple addresses, send as an array of strings.
fromstringObligatorioSender email address. To include a friendly name, use the format 'Your Name <sender@domain.com>'.
htmlstringThe HTML version of the message.
textstringThe plain text version of the message.
reactstringThe React version of the message. Only available in the Node.js SDK.
headersobjectCustom headers to add to the email.
subjectstringObligatorioEmail subject.
reply_tostringReply-to email address. For multiple addresses, send as an array of strings.
scheduled_atstringSchedule email to be sent later. The date should be in natural language (e.g., 'Your Name <sender@domain.com>').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update DomainRESEND_UPDATE_DOMAINAcciónUpdate an existing domain.
RESEND_UPDATE_DOMAINAcciónUpdate an existing domain.
Parámetros de entrada
tlsstringenumTLS setting for email communication. 'opportunistic': Always attempts to make a secure connection. 'enforced': Requires TLS for email communication.
opportunisticenforceddomain_idstringObligatorioThe id of the domain to update.
open_trackingbooleanTrack the open rate of each email.
click_trackingbooleanTrack clicks within the body of each HTML email.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update EmailRESEND_UPDATE_EMAILAcciónUpdate a scheduled email.
RESEND_UPDATE_EMAILAcciónUpdate a scheduled email.
Parámetros de entrada
idstringObligatorioThe ID of the email to update.
scheduled_atstringSchedule email to be sent later. The date should be in ISO 8601 format (e.g: 2024-08-05T11:52:01.858Z).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Verify DomainRESEND_VERIFY_DOMAINAcciónVerify a domain through the resend email api.
RESEND_VERIFY_DOMAINAcciónVerify a domain through the resend email api.
Parámetros de entrada
domain_idstringObligatorioThe id of the domain to verify.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not