NAiOS IconNAiOS Logo
Volver al catálogo

Reply

reply

Reply.io is a sales engagement platform that automates multichannel outreach, enabling users to create and manage email campaigns, track replies, and monitor performance directly within their platform.

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

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.

Create Personal ListREPLY_CREATE_LISTAcción

Tool to add a new personal list on the people page. use when you need to organize contacts into a custom list.

Parámetros de entrada

  • namestringObligatorio

    Name of the new personal list to create.

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 List By IDREPLY_DELETE_LIST_BY_IDAcción

Tool to delete a list by its id. use when you need to remove a personal list you own.

Parámetros de entrada

  • listIdintegerObligatorio

    ID of the personal list to delete. Only lists owned by the authenticated user can be deleted.

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

Get All ListsREPLY_GET_ALL_LISTSAcción

Tool to retrieve all available people lists. use when you need to list all lists in your reply 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

Get full blacklist of domains and emailsREPLY_GET_BLACKLIST_ALLAcción

Tool to retrieve the full list of blacklisted domains and emails. use after confirming updates to the blacklist when you need a complete view.

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

Get all campaign schedulesREPLY_GET_CAMPAIGN_SCHEDULES_ALLAcción

Tool to list all campaign schedules (default and user-created). use when you need to fetch scheduling details after personalization.

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

Get Campaigns For ContactREPLY_GET_CAMPAIGNS_FOR_CONTACTAcción

Tool to retrieve campaigns a contact belongs to by contact id. use when you need to list all sequences (campaigns) associated with a specific contact.

Parámetros de entrada

  • contactIdintegerObligatorio

    ID of the contact to retrieve associated campaigns 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

Get Contacts in List by IDREPLY_GET_CONTACTS_IN_LIST_BY_IDAcción

Tool to retrieve contacts in a specific personal list. use after obtaining the list id when you need a paginated set of contacts for that list.

Parámetros de entrada

  • pageinteger

    Page number for pagination (default is 1)

  • limitinteger

    Number of contacts per page (default is 20, max is 100)

  • list_idstringObligatorio

    Unique identifier of the list to retrieve contacts from

Parámetros de salida

  • dataobject[]Obligatorio

    List of contacts in the specified list

  • 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

Get Email AccountsREPLY_GET_EMAIL_ACCOUNTSAcción

Tool to retrieve list of all email accounts in your reply.io account. use when you need to inspect or manage email configurations.

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

Get List by IDREPLY_GET_LIST_BY_IDAcción

Tool to return a specific people list by its id. use after you know the list id and need its details.

Parámetros de entrada

  • list_idintegerObligatorio

    Unique identifier of the list to retrieve

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

Get templates listREPLY_GET_TEMPLATES_LISTAcción

Tool to retrieve a list of user, team, and community templates. use when you need to display all available templates.

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

Mark Contact As FinishedREPLY_MARK_CONTACT_AS_FINISHEDAcción

Tool to mark a specific contact by email or all contacts under a domain as finished in all campaigns.

Parámetros de entrada

  • emailanyemail
  • domainstring

    Email domain for which all contacts will be marked as finished

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

Mark Contact as RepliedREPLY_MARK_CONTACT_AS_REPLIEDAcción

Tool to mark a contact as replied in all campaigns by email or domain. use after confirming the contact has responded.

Parámetros de entrada

  • emailstring

    Email address of the contact to mark as replied

  • domainstring

    Email domain whose contacts should be marked as replied

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

Move Contacts to ListsREPLY_MOVE_CONTACTS_TO_LISTSAcción

Tool to move one or more contacts to specified lists. use when reorganizing contacts across lists after verifying contact and list ids.

Parámetros de entrada

  • ListIdsinteger[]Obligatorio

    List of list IDs where contacts should be moved

  • ContactIdsinteger[]Obligatorio

    List of contact IDs to move

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

Remove Domain from BlacklistREPLY_REMOVE_DOMAIN_FROM_BLACKLISTAcción

Tool to remove the specified domain from the blacklist. use when you need to allow sending to that domain again.

Parámetros de entrada

  • domainstringObligatorio

    The domain name to remove from the blacklist

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

Remove Email from BlacklistREPLY_REMOVE_EMAIL_FROM_BLACKLISTAcción

Tool to remove the specified email from the blacklist. use when you need to allow sending to that address again.

Parámetros de entrada

  • emailanyObligatorioemail

    The email address to remove from the blacklist

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