NAiOS IconNAiOS Logo
Volver al catálogo

Resend

resend

The universal API for sending emails.

Acciones
18
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Cancel a scheduled email.

Parámetros de entrada

  • idstringObligatorio

    The id of the email to cancel.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create AudienceRESEND_CREATE_AUDIENCEAcción

Create a list of contacts.

Parámetros de entrada

  • namestringObligatorio

    The name of the audience you want to create.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ContactRESEND_CREATE_CONTACTAcción

Create a contact in resend.

Parámetros de entrada

  • emailstringObligatorio

    The email address of the contact.

  • lastNamestring

    The last name of the contact.

  • firstNamestring

    The first name of the contact.

  • audienceIdstringObligatorio

    The Audience ID.

  • unsubscribedboolean

    The subscription status.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create DomainRESEND_CREATE_DOMAINAcción

Create a domain through the resend email api.

Parámetros de entrada

  • namestringObligatorio

    The name of the domain to be created.

  • regionstringenum

    The region where emails will be sent from.

    us-east-1eu-west-1sa-east-1ap-northeast-1

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete AudienceRESEND_DELETE_AUDIENCEAcción

Remove an existing audience.

Parámetros de entrada

  • audience_idstringObligatorio

    The ID of the audience to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ContactRESEND_DELETE_CONTACTAcción

Delete a contact in resend.

Parámetros de entrada

  • idstring

    The Contact ID. Either id or email must be provided.

  • emailstring

    The Contact email. Either id or email must be provided.

  • audienceIdstringObligatorio

    The Audience ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete DomainRESEND_DELETE_DOMAINAcción

Delete a domain through the resend email api.

Parámetros de entrada

  • domain_idstringObligatorio

    The id of the domain to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List AudiencesRESEND_LIST_AUDIENCESAcción

List all audiences.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]

    The list of audiences.

  • errorstring

    Error if any occurred during the execution of the action

  • objectstring

    The type of object, which is 'list'.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ContactsRESEND_LIST_CONTACTSAcción

List contacts in resend.

Parámetros de entrada

  • audienceIdstringObligatorio

    The Audience ID.

Parámetros de salida

  • dataobject[]

    A list of contacts.

  • errorstring

    Error if any occurred during the execution of the action

  • objectstring

    The type of object, which is 'list'.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List DomainsRESEND_LIST_DOMAINSAcción

List all domains.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve AudienceRESEND_RETRIEVE_AUDIENCEAcción

Retrieve a single audience.

Parámetros de entrada

  • audience_idstringObligatorio

    The ID of the audience to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve ContactRESEND_RETRIEVE_CONTACTAcción

Retrieve a contact in resend.

Parámetros de entrada

  • idstringObligatorio

    The Contact ID.

  • audienceIdstringObligatorio

    The Audience ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve DomainRESEND_RETRIEVE_DOMAINAcción

Retrieve a single domain.

Parámetros de entrada

  • domain_idstringObligatorio

    The id of the domain to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve EmailRESEND_RETRIEVE_EMAILAcción

Retrieve a single email.

Parámetros de entrada

  • email_idstringObligatorio

    The id of the email to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send EmailRESEND_SEND_EMAILAcción

Send an email using resend.

Parámetros de entrada

  • ccstring

    Cc recipient email address. For multiple addresses, send as an array of strings.

  • tostringObligatorio

    Recipient email address. For multiple addresses, send as an array of strings. Max 50.

  • bccstring

    Bcc recipient email address. For multiple addresses, send as an array of strings.

  • fromstringObligatorio

    Sender email address. To include a friendly name, use the format 'Your Name <sender@domain.com>'.

  • htmlstring

    The HTML version of the message.

  • textstring

    The plain text version of the message.

  • reactstring

    The React version of the message. Only available in the Node.js SDK.

  • headersobject

    Custom headers to add to the email.

  • subjectstringObligatorio

    Email subject.

  • reply_tostring

    Reply-to email address. For multiple addresses, send as an array of strings.

  • scheduled_atstring

    Schedule email to be sent later. The date should be in natural language (e.g., 'Your Name <sender@domain.com>').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update DomainRESEND_UPDATE_DOMAINAcción

Update an existing domain.

Parámetros de entrada

  • tlsstringenum

    TLS setting for email communication. 'opportunistic': Always attempts to make a secure connection. 'enforced': Requires TLS for email communication.

    opportunisticenforced
  • domain_idstringObligatorio

    The id of the domain to update.

  • open_trackingboolean

    Track the open rate of each email.

  • click_trackingboolean

    Track clicks within the body of each HTML email.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update EmailRESEND_UPDATE_EMAILAcción

Update a scheduled email.

Parámetros de entrada

  • idstringObligatorio

    The ID of the email to update.

  • scheduled_atstring

    Schedule 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Verify DomainRESEND_VERIFY_DOMAINAcción

Verify a domain through the resend email api.

Parámetros de entrada

  • domain_idstringObligatorio

    The id of the domain to verify.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not