NAiOS IconNAiOS Logo
Volver al catálogo

Reply.io

reply_io

Reply.io is an AI-powered sales engagement platform that automates and optimizes sales outreach across multiple channels, integrating with various business tools to enhance lead conversion rates and overall sales productivity.

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

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.

Delete CampaignREPLY_IO_DELETE_CAMPAIGNAcción

Tool to delete a campaign by id. use when you need to remove an existing campaign; use after confirming the campaign id.

Parámetros de entrada

  • idintegerObligatorio

    Campaign (sequence) ID to delete, must be a positive integer

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 Email AccountREPLY_IO_DELETE_EMAIL_ACCOUNTAcción

Tool to delete a specific email account. use when you need to remove an existing email account identified by its id.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the email account to delete

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

Tool to delete a sequence. use after confirming the sequence exists to remove it permanently.

Parámetros de entrada

  • idintegerObligatorio

    Sequence ID to delete; must be an integer ≥ 1

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

Tool to delete a user. use after confirming the user exists to remove them permanently.

Parámetros de entrada

  • idstringObligatorio

    User ID to delete; string identifier to maximize compatibility

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

Generate ULIDREPLY_IO_GENERATE_ULIDAcción

Tool to generate a ulid string. use when a unique identifier is required for creating tasks or other entities in reply.io.

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

List CampaignsREPLY_IO_LIST_CAMPAIGNSAcción

Tool to list all campaigns (sequences). use when you need a paginated list of campaigns.

Parámetros de entrada

  • namestring

    Filter campaigns by name (exact match or contains, depending on API)

  • pageinteger

    Page number to retrieve (1-based indexing)

  • limitinteger

    Number of items per page, must be ≥ 1

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

Reply.io List ContactsREPLY_IO_LIST_CONTACTS_BASICAcción

Tool to list all contacts. use when verifying api access and gathering contact ids for testing contact creation.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (1-based indexing)

  • limitinteger

    Number of items per page (max 100)

Parámetros de salida

  • dataobject[]Obligatorio

    List of contacts on this page

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reply.io List Email AccountsREPLY_IO_LIST_EMAIL_ACCOUNTSAcción

Tool to list all email accounts. use when you need to retrieve email accounts page by page.

Parámetros de entrada

  • pageinteger

    Page number to retrieve (1-based indexing)

  • limitinteger

    Number of items per page (max 100)

  • statusstring

    Filter by account status (active/inactive)

Parámetros de salida

  • dataobject[]Obligatorio

    List of email accounts on this page

  • errorstring

    Error if any occurred during the execution of the action

  • paginationobjectObligatorio

    Pagination details

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reply.io List ListsREPLY_IO_LIST_LISTSAcción

Tool to list all contact lists. use when you need to retrieve all available lists in your reply.io account.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of contact list objects

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SequencesREPLY_IO_LIST_SEQUENCESAcción

Tool to retrieve a paginated list of sequences. use when you need to browse sequences with optional filtering by name.

Parámetros de entrada

  • namestring

    Filter sequences by name

  • pageinteger

    Page number, starting at 1

  • limitinteger

    Number of items per page, between 1 and 100

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

Search Contacts by EmailREPLY_IO_SEARCH_CONTACTSAcción

Tool to search contacts by email. use when you need to find existing contact ids for update tests.

Parámetros de entrada

  • emailanyObligatorioemail

    Email address to search 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