Doppler Marketing Automation
doppler_marketing_automationDoppler 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 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ónTool to add a new subscriber to a specific list for a specified account.
DOPPLER_MARKETING_AUTOMATION_ADD_SUBSCRIBERAcciónTool to add a new subscriber to a specific list for a specified account.
Parámetros de entrada
tagsstring[]Custom tags for grouping or classification
emailstringObligatorioSubscriber's email address (must be a valid email)
fieldsobject[]Additional custom fields to populate for this subscriber
originstringOrigin identifier for where the subscriber came from
statusstringenumSubscription status to assign
activeinactivependinglist_idintegerObligatorioThe unique identifier of the subscriber list.
languagestringLanguage code for the subscriber, e.g., 'EN' or 'ES'
accountNamestringObligatorioAccount identifier under which the subscriber will be added.
sentOptionalMailingbooleanWhether to immediately send the optional welcome mailing
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 ListDOPPLER_MARKETING_AUTOMATION_CREATE_LISTAcciónTool to create a new subscriber list for a specified account. use when you need to segment contacts into a new list.
DOPPLER_MARKETING_AUTOMATION_CREATE_LISTAcciónTool 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
namestringObligatorioName of the subscriber list.
accountNamestringObligatorioAccount identifier under which the list will be created.
descriptionstringDescription of the subscriber list.
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 ListDOPPLER_MARKETING_AUTOMATION_DELETE_LISTAcciónTool to delete a specific subscriber list by its id. use when permanently removing a list after confirming its no longer needed.
DOPPLER_MARKETING_AUTOMATION_DELETE_LISTAcciónTool 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
listIdintegerObligatorioUnique identifier of the list to delete.
accountNamestringObligatorioDoppler account name under which the list exists.
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
Get CampaignsDOPPLER_MARKETING_AUTOMATION_GET_CAMPAIGNSAcciónTool to retrieve all campaigns associated with the specified account. use after confirming the accountname to fetch campaigns.
DOPPLER_MARKETING_AUTOMATION_GET_CAMPAIGNSAcciónTool to retrieve all campaigns associated with the specified account. use after confirming the accountname to fetch campaigns.
Parámetros de entrada
typestringFilter campaigns by type.
limitintegerMaximum number of campaigns to return.
dateTostringISO 8601 end date to filter campaigns.
offsetintegerNumber of campaigns to skip (pagination offset).
statusstringFilter campaigns by status.
dateFromstringISO 8601 start date to filter campaigns.
accountNamestringObligatorioName of the Doppler account (path parameter).
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
Get ListDOPPLER_MARKETING_AUTOMATION_GET_LISTAcciónTool to retrieve details of a specific subscriber list by its id. use when you need to fetch metadata of an existing list.
DOPPLER_MARKETING_AUTOMATION_GET_LISTAcciónTool 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
listIdstringObligatorioUnique identifier of the list to retrieve.
accountNamestringObligatorioName of the Doppler account (path parameter).
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
Get ListsDOPPLER_MARKETING_AUTOMATION_GET_LISTSAcciónTool 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"
DOPPLER_MARKETING_AUTOMATION_GET_LISTSAcciónTool 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
accountNamestringObligatorioName of the Doppler account (path parameter).
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
Get Removed SubscribersDOPPLER_MARKETING_AUTOMATION_GET_REMOVED_SUBSCRIBERSAcciónTool to retrieve subscribers removed from all lists. use when you need to audit unsubscribes within a date range.
DOPPLER_MARKETING_AUTOMATION_GET_REMOVED_SUBSCRIBERSAcciónTool to retrieve subscribers removed from all lists. use when you need to audit unsubscribes within a date range.
Parámetros de entrada
pageintegerPage number of results.
to_datestringEnd date filter for removed subscribers (YYYY-MM-DD).
per_pageintegerNumber of results per page.
from_datestringStart date filter for removed subscribers (YYYY-MM-DD).
accountNamestringObligatorioAccount identifier to retrieve removed subscribers for.
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
Get SubscriberDOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBERAcciónTool to retrieve details of a specific subscriber by their email. use when you need to fetch subscriber information for a given account.
DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBERAcciónTool 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
emailstringObligatorioemailEmail address of the subscriber to retrieve.
account_idstringObligatorioUnique identifier of the Doppler account.
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
Get SubscribersDOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBERSAcciónTool to retrieve all subscribers of a specific list. use when you need to fetch subscribers by list id.
DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBERSAcciónTool to retrieve all subscribers of a specific list. use when you need to fetch subscribers by list id.
Parámetros de entrada
pageintegerPage number for paginated results.
fieldsstringComma-separated list of subscriber fields to include in the response.
listIdintegerObligatorioThe unique identifier of the subscriber list.
statusstringenumFilter subscribers by status.
activeunsubscribedto_datestringISO 8601 date-time; only return subscribers added or modified before this timestamp.
per_pageintegerNumber of results per page.
from_datestringISO 8601 date-time; only return subscribers added or modified after this timestamp.
accountNamestringObligatorioName of the Doppler account (path parameter).
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
Import SubscribersDOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERSAcciónTool 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.
DOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERSAcciónTool 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_idintegerObligatorioUnique identifier of the target list
reimportbooleanIf true, existing subscribers will be re-imported (updated). Defaults to false.
accountNamestringObligatorioAccount identifier under which the import will occur.
subscribersobject[]ObligatorioList of subscribers to import
returnAlreadyExistingbooleanIf true, returns subscribers that already exist. Defaults to false.
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
Remove SubscriberDOPPLER_MARKETING_AUTOMATION_REMOVE_SUBSCRIBERAcciónTool to remove a specific subscriber from a list. use when you need to delete a subscriber after confirming they should no longer be subscribed.
DOPPLER_MARKETING_AUTOMATION_REMOVE_SUBSCRIBERAcciónTool 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
listIdintegerObligatorioUnique identifier of the list from which the subscriber will be removed.
accountNamestringObligatorioDoppler account name under which the list exists.
subscriberEmailstringObligatorioemailEmail address of the subscriber to remove from the list.
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 ListDOPPLER_MARKETING_AUTOMATION_UPDATE_LISTAcciónTool to update details of an existing subscriber list. use when you need to modify list metadata after creation.
DOPPLER_MARKETING_AUTOMATION_UPDATE_LISTAcciónTool to update details of an existing subscriber list. use when you need to modify list metadata after creation.
Parámetros de entrada
namestringObligatorioUpdated name of the subscriber list.
listIdintegerObligatorioUnique identifier of the list to update.
isPublicbooleanWhether the list is publicly visible.
optInTypestringObligatorioenumOpt-in type for the list (Single or Double).
SingleDoubleaccountNamestringObligatorioDoppler account name containing the list.
descriptionstringUpdated description of the subscriber list.
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