NAiOS IconNAiOS Logo
Volver al catálogo

Enginemailer

enginemailer

Enginemailer is an email marketing platform that enables businesses to manage contacts, design campaigns, and send personalized emails.

Acciones
8
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 (8)

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.

Check Export Status V2ENGINEMAILER_CHECK_EXPORT_STATUS_V2Acción

Tool to check status of a previously requested csv report export. use after initiating an export to poll for completion.

Parámetros de entrada

  • IDintegerObligatorio

    The Export ID received from the export initiation method

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

Tool to create a new email campaign. use when you need to configure and schedule a campaign before sending.

Parámetros de entrada

  • replyToanyemail

    Reply-to email address; defaults to fromEmail if omitted

  • fromNamestringObligatorio

    Sender's name as it will appear in the email

  • sendDateanyObligatoriodate-time

    Scheduled send date/time in 'YYYY-MM-DD HH:MM:SS' format

  • toListIDintegerObligatorio

    ID of the recipient list

  • fromEmailanyObligatorioemail

    Valid sender email address

  • trackOpensboolean

    Enable open tracking

  • attachmentsstring[]

    List of attachment URLs or base64-encoded file data

  • trackClicksboolean

    Enable click tracking

  • campaignNamestringObligatorio

    Name of the campaign

  • campaignTextstring

    Plain-text content; auto-generated if omitted

  • campaignContentstringObligatorio

    HTML content of the email campaign

  • campaignSubjectstringObligatorio

    Subject of the email campaign

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

Export CSV Report V2ENGINEMAILER_EXPORT_CSV_REPORT_V2Acción

Tool to export a transactional email report as csv. use when you need to initiate an export within a specific date range (max past 60 days).

Parámetros de entrada

  • PeriodstringObligatorio

    Date range for the report in 'DD MMM YYYY - DD MMM YYYY' format; max window of 60 days.

  • DomainFilterstring

    Filter the export result by sender domain.

  • EmailToFilterstring

    Filter the export result by a specific email address.

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

Get SubcategoriesENGINEMAILER_GET_SUBCATEGORYAcción

Tool to retrieve subcategories for a given category. use when you need to list or choose subcategories after selecting a category.

Parámetros de entrada

  • CategoryIDintegerObligatorio

    ID of the category to get subcategories for.

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

Insert SubscriberENGINEMAILER_INSERT_SUBSCRIBERAcción

Tool to add a new subscriber with optional custom fields. use when registering a user to a specific mailing list after verifying their email.

Parámetros de entrada

  • namestring

    Name of the subscriber (optional).

  • emailstringObligatorioemail

    Email address of the subscriber to add.

  • listidintegerObligatorio

    Identifier of the mailing list to which the subscriber will be added.

  • customfieldsobject

    Custom fields for the subscriber as key-value pairs (optional).

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

Tool to retrieve a list of undelivered campaigns. use when you need to fetch campaigns awaiting delivery.

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

Pause CampaignENGINEMAILER_PAUSE_CAMPAIGNAcción

Tool to pause a scheduled email campaign. use when you need to halt a campaign before sending to apply updates or adjust schedule.

Parámetros de entrada

  • CampaignIDstringObligatorio

    The unique identifier of the campaign to pause.

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

Tool to send an email campaign immediately. use when the campaign exists, has at least one recipient, and is not scheduled or already delivered. e.g., 'send campaign 123 now'.

Parámetros de entrada

  • CampaignIDintegerObligatorio

    Targeted Campaign ID to send immediately. Must be a positive integer. Ensure the campaign exists, is not scheduled/delivering/delivered, and has at least one recipient before calling this.

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