Sendloop
sendloopSendloop is an all-in-one email marketing solution for SaaS, e-commerce, application, and small business owners.
Acciones disponibles (5)
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.
Get Overall List ReportSENDLOOP_GET_OVERALL_LIST_REPORTAcciónTool to retrieve overall report for a subscriber list. use after sending campaigns to get summary metrics.
SENDLOOP_GET_OVERALL_LIST_REPORTAcciónTool to retrieve overall report for a subscriber list. use after sending campaigns to get summary metrics.
Parámetros de entrada
ListIDintegerObligatorioUnique identifier of the subscriber list.
Parámetros de salida
dataobjectObligatorioOverall report data for the list
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumAPI call status
successerrorsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
List CampaignsSENDLOOP_LIST_CAMPAIGNSAcciónTool to list campaigns. use when you need to filter by campaign status and handle pagination for campaign retrieval.
SENDLOOP_LIST_CAMPAIGNSAcciónTool to list campaigns. use when you need to filter by campaign status and handle pagination for campaign retrieval.
Parámetros de entrada
pageintegerPage number to retrieve (1-based indexing)
statusstringenumFilter campaigns by status: 'active', 'draft', 'scheduled', 'archived', or 'all'
activedraftscheduledarchivedallper_pageintegerNumber of campaigns per page
Parámetros de salida
dataobject[]ObligatorioList of campaigns returned by the API
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI response status, e.g., 'SUCCESS'
messagestringAdditional information or message from the API
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SendLoop ListsSENDLOOP_LIST_LISTSAcciónTool to retrieve subscriber lists. use when you need to get all mailing lists with optional pagination.
SENDLOOP_LIST_LISTSAcciónTool to retrieve subscriber lists. use when you need to get all mailing lists with optional pagination.
Parámetros de entrada
pageintegerPage number to retrieve, starting from 1
per_pageintegerNumber of items per page
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 SendLoop SubscribersSENDLOOP_LIST_SUBSCRIBERSAcciónTool to list subscribers in a specified sendloop list with pagination. use when you need to retrieve subscribers for a given list id, optionally filtering by status, page number, and page size.
SENDLOOP_LIST_SUBSCRIBERSAcciónTool to list subscribers in a specified sendloop list with pagination. use when you need to retrieve subscribers for a given list id, optionally filtering by status, page number, and page size.
Parámetros de entrada
pageintegerPage number for paginated results. Must be >= 1
limitintegerNumber of items per page. Range 1-100. Defaults to 10
statusstringenumFilter subscribers by status. Defaults to 'all'
allactiveinactiveunconfirmedbouncedunsubscribedlist_idstringObligatorioUnique identifier of the subscriber list to retrieve subscribers from
Parámetros de salida
dataobject[]ObligatorioList of subscribers for the specified list
errorstringError if any occurred during the execution of the action
successbooleanObligatorioIndicates if the API call was successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
total_countintegerObligatorioTotal number of subscribers matching the query
total_pagesintegerObligatorioTotal number of pages available
current_pageintegerObligatorioCurrent page number
Get Sendloop Account InformationSENDLOOP_SENDLOOP_GET_ACCOUNT_INFOAcciónTool to retrieve account information. use when you need details about the current sendloop account.
SENDLOOP_SENDLOOP_GET_ACCOUNT_INFOAcciónTool to retrieve account information. use when you need details about the current sendloop account.
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