NAiOS IconNAiOS Logo
Volver al catálogo

Doppler Marketing Automation

doppler_marketing_automation

Doppler is a marketing automation platform that enables users to create, send, and analyze email campaigns, manage subscriber lists, and integrate with various tools to enhance marketing efforts.

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

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.

Add SubscriberDOPPLER_MARKETING_AUTOMATION_ADD_SUBSCRIBERAcción

Tool to add a new subscriber to a specific list for a specified account.

Parámetros de entrada

  • tagsstring[]

    Custom tags for grouping or classification

  • emailstringObligatorio

    Subscriber's email address (must be a valid email)

  • fieldsobject[]

    Additional custom fields to populate for this subscriber

  • originstring

    Origin identifier for where the subscriber came from

  • statusstringenum

    Subscription status to assign

    activeinactivepending
  • list_idintegerObligatorio

    The unique identifier of the subscriber list.

  • languagestring

    Language code for the subscriber, e.g., 'EN' or 'ES'

  • accountNamestringObligatorio

    Account identifier under which the subscriber will be added.

  • sentOptionalMailingboolean

    Whether to immediately send the optional welcome mailing

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

Tool to create a new subscriber list for a specified account. use when you need to segment contacts into a new list.

Parámetros de entrada

  • namestringObligatorio

    Name of the subscriber list.

  • accountNamestringObligatorio

    Account identifier under which the list will be created.

  • descriptionstring

    Description of the subscriber list.

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

Tool to delete a specific subscriber list by its id. use when permanently removing a list after confirming its no longer needed.

Parámetros de entrada

  • listIdintegerObligatorio

    Unique identifier of the list to delete.

  • accountNamestringObligatorio

    Doppler account name under which the list exists.

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

Tool to retrieve all campaigns associated with the specified account. use after confirming the accountname to fetch campaigns.

Parámetros de entrada

  • typestring

    Filter campaigns by type.

  • limitinteger

    Maximum number of campaigns to return.

  • dateTostring

    ISO 8601 end date to filter campaigns.

  • offsetinteger

    Number of campaigns to skip (pagination offset).

  • statusstring

    Filter campaigns by status.

  • dateFromstring

    ISO 8601 start date to filter campaigns.

  • accountNamestringObligatorio

    Name of the Doppler account (path parameter).

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

Tool to retrieve details of a specific subscriber list by its id. use when you need to fetch metadata of an existing list.

Parámetros de entrada

  • listIdstringObligatorio

    Unique identifier of the list to retrieve.

  • accountNamestringObligatorio

    Name of the Doppler account (path parameter).

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

Tool to retrieve all lists associated with a specified doppler account. use when you need an overview of all mailing lists. example: "retrieve lists for account partnerships@composio.dev"

Parámetros de entrada

  • accountNamestringObligatorio

    Name of the Doppler account (path parameter).

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

Tool to retrieve subscribers removed from all lists. use when you need to audit unsubscribes within a date range.

Parámetros de entrada

  • pageinteger

    Page number of results.

  • to_datestring

    End date filter for removed subscribers (YYYY-MM-DD).

  • per_pageinteger

    Number of results per page.

  • from_datestring

    Start date filter for removed subscribers (YYYY-MM-DD).

  • accountNamestringObligatorio

    Account identifier to retrieve removed subscribers 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

Get SubscriberDOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBERAcción

Tool to retrieve details of a specific subscriber by their email. use when you need to fetch subscriber information for a given account.

Parámetros de entrada

  • emailstringObligatorioemail

    Email address of the subscriber to retrieve.

  • account_idstringObligatorio

    Unique identifier of the Doppler account.

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

Tool to retrieve all subscribers of a specific list. use when you need to fetch subscribers by list id.

Parámetros de entrada

  • pageinteger

    Page number for paginated results.

  • fieldsstring

    Comma-separated list of subscriber fields to include in the response.

  • listIdintegerObligatorio

    The unique identifier of the subscriber list.

  • statusstringenum

    Filter subscribers by status.

    activeunsubscribed
  • to_datestring

    ISO 8601 date-time; only return subscribers added or modified before this timestamp.

  • per_pageinteger

    Number of results per page.

  • from_datestring

    ISO 8601 date-time; only return subscribers added or modified after this timestamp.

  • accountNamestringObligatorio

    Name of the Doppler account (path parameter).

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

Import SubscribersDOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERSAcción

Tool to import multiple subscribers into a specific list in bulk. use when you need to add or update a batch of subscriber records after preparing the data.

Parámetros de entrada

  • list_idintegerObligatorio

    Unique identifier of the target list

  • reimportboolean

    If true, existing subscribers will be re-imported (updated). Defaults to false.

  • accountNamestringObligatorio

    Account identifier under which the import will occur.

  • subscribersobject[]Obligatorio

    List of subscribers to import

  • returnAlreadyExistingboolean

    If true, returns subscribers that already exist. Defaults to false.

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

Remove SubscriberDOPPLER_MARKETING_AUTOMATION_REMOVE_SUBSCRIBERAcción

Tool to remove a specific subscriber from a list. use when you need to delete a subscriber after confirming they should no longer be subscribed.

Parámetros de entrada

  • listIdintegerObligatorio

    Unique identifier of the list from which the subscriber will be removed.

  • accountNamestringObligatorio

    Doppler account name under which the list exists.

  • subscriberEmailstringObligatorioemail

    Email address of the subscriber to remove from the list.

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

Tool to update details of an existing subscriber list. use when you need to modify list metadata after creation.

Parámetros de entrada

  • namestringObligatorio

    Updated name of the subscriber list.

  • listIdintegerObligatorio

    Unique identifier of the list to update.

  • isPublicboolean

    Whether the list is publicly visible.

  • optInTypestringObligatorioenum

    Opt-in type for the list (Single or Double).

    SingleDouble
  • accountNamestringObligatorio

    Doppler account name containing the list.

  • descriptionstring

    Updated description of the subscriber list.

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