Enginemailer
enginemailerEnginemailer is an email marketing platform that enables businesses to manage contacts, design campaigns, and send personalized emails.
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ónTool to check status of a previously requested csv report export. use after initiating an export to poll for completion.
ENGINEMAILER_CHECK_EXPORT_STATUS_V2AcciónTool to check status of a previously requested csv report export. use after initiating an export to poll for completion.
Parámetros de entrada
IDintegerObligatorioThe Export ID received from the export initiation method
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 CampaignENGINEMAILER_CREATE_CAMPAIGNAcciónTool to create a new email campaign. use when you need to configure and schedule a campaign before sending.
ENGINEMAILER_CREATE_CAMPAIGNAcciónTool to create a new email campaign. use when you need to configure and schedule a campaign before sending.
Parámetros de entrada
replyToanyemailReply-to email address; defaults to fromEmail if omitted
fromNamestringObligatorioSender's name as it will appear in the email
sendDateanyObligatoriodate-timeScheduled send date/time in 'YYYY-MM-DD HH:MM:SS' format
toListIDintegerObligatorioID of the recipient list
fromEmailanyObligatorioemailValid sender email address
trackOpensbooleanEnable open tracking
attachmentsstring[]List of attachment URLs or base64-encoded file data
trackClicksbooleanEnable click tracking
campaignNamestringObligatorioName of the campaign
campaignTextstringPlain-text content; auto-generated if omitted
campaignContentstringObligatorioHTML content of the email campaign
campaignSubjectstringObligatorioSubject of the email campaign
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
Export CSV Report V2ENGINEMAILER_EXPORT_CSV_REPORT_V2AcciónTool 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).
ENGINEMAILER_EXPORT_CSV_REPORT_V2AcciónTool 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
PeriodstringObligatorioDate range for the report in 'DD MMM YYYY - DD MMM YYYY' format; max window of 60 days.
DomainFilterstringFilter the export result by sender domain.
EmailToFilterstringFilter the export result by a specific email address.
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 SubcategoriesENGINEMAILER_GET_SUBCATEGORYAcciónTool to retrieve subcategories for a given category. use when you need to list or choose subcategories after selecting a category.
ENGINEMAILER_GET_SUBCATEGORYAcciónTool to retrieve subcategories for a given category. use when you need to list or choose subcategories after selecting a category.
Parámetros de entrada
CategoryIDintegerObligatorioID of the category to get subcategories 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
Insert SubscriberENGINEMAILER_INSERT_SUBSCRIBERAcciónTool to add a new subscriber with optional custom fields. use when registering a user to a specific mailing list after verifying their email.
ENGINEMAILER_INSERT_SUBSCRIBERAcciónTool 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
namestringName of the subscriber (optional).
emailstringObligatorioemailEmail address of the subscriber to add.
listidintegerObligatorioIdentifier of the mailing list to which the subscriber will be added.
customfieldsobjectCustom fields for the subscriber as key-value pairs (optional).
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 CampaignENGINEMAILER_LIST_CAMPAIGNAcciónTool to retrieve a list of undelivered campaigns. use when you need to fetch campaigns awaiting delivery.
ENGINEMAILER_LIST_CAMPAIGNAcciónTool 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
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
Pause CampaignENGINEMAILER_PAUSE_CAMPAIGNAcciónTool to pause a scheduled email campaign. use when you need to halt a campaign before sending to apply updates or adjust schedule.
ENGINEMAILER_PAUSE_CAMPAIGNAcciónTool 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
CampaignIDstringObligatorioThe unique identifier of the campaign to pause.
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 CampaignENGINEMAILER_SEND_CAMPAIGNAcciónTool 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'.
ENGINEMAILER_SEND_CAMPAIGNAcciónTool 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
CampaignIDintegerObligatorioTargeted 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
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