NAiOS IconNAiOS Logo
Volver al catálogo

Sendloop

sendloop

Sendloop is an all-in-one email marketing solution for SaaS, e-commerce, application, and small business owners.

Acciones
5
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 (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ón

Tool to retrieve overall report for a subscriber list. use after sending campaigns to get summary metrics.

Parámetros de entrada

  • ListIDintegerObligatorio

    Unique identifier of the subscriber list.

Parámetros de salida

  • dataobjectObligatorio

    Overall report data for the list

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    API call status

    successerror
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List CampaignsSENDLOOP_LIST_CAMPAIGNSAcción

Tool to list campaigns. use when you need to filter by campaign status and handle pagination for campaign retrieval.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (1-based indexing)

  • statusstringenum

    Filter campaigns by status: 'active', 'draft', 'scheduled', 'archived', or 'all'

    activedraftscheduledarchivedall
  • per_pageinteger

    Number of campaigns per page

Parámetros de salida

  • dataobject[]Obligatorio

    List of campaigns returned by the API

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API response status, e.g., 'SUCCESS'

  • messagestring

    Additional information or message from the API

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SendLoop ListsSENDLOOP_LIST_LISTSAcción

Tool to retrieve subscriber lists. use when you need to get all mailing lists with optional pagination.

Parámetros de entrada

  • pageinteger

    Page number to retrieve, starting from 1

  • per_pageinteger

    Number of items per page

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 SendLoop SubscribersSENDLOOP_LIST_SUBSCRIBERSAcción

Tool 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

  • pageinteger

    Page number for paginated results. Must be >= 1

  • limitinteger

    Number of items per page. Range 1-100. Defaults to 10

  • statusstringenum

    Filter subscribers by status. Defaults to 'all'

    allactiveinactiveunconfirmedbouncedunsubscribed
  • list_idstringObligatorio

    Unique identifier of the subscriber list to retrieve subscribers from

Parámetros de salida

  • dataobject[]Obligatorio

    List of subscribers for the specified list

  • errorstring

    Error if any occurred during the execution of the action

  • successbooleanObligatorio

    Indicates if the API call was successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • total_countintegerObligatorio

    Total number of subscribers matching the query

  • total_pagesintegerObligatorio

    Total number of pages available

  • current_pageintegerObligatorio

    Current page number

Get Sendloop Account InformationSENDLOOP_SENDLOOP_GET_ACCOUNT_INFOAcción

Tool 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

  • 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