Reply.io
reply_ioReply.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 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ónTool to delete a campaign by id. use when you need to remove an existing campaign; use after confirming the campaign id.
REPLY_IO_DELETE_CAMPAIGNAcciónTool 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
idintegerObligatorioCampaign (sequence) ID to delete, must be a positive integer
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
Delete Email AccountREPLY_IO_DELETE_EMAIL_ACCOUNTAcciónTool to delete a specific email account. use when you need to remove an existing email account identified by its id.
REPLY_IO_DELETE_EMAIL_ACCOUNTAcciónTool to delete a specific email account. use when you need to remove an existing email account identified by its id.
Parámetros de entrada
idstringObligatorioThe unique identifier of the email account to delete
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
Delete SequenceREPLY_IO_DELETE_SEQUENCEAcciónTool to delete a sequence. use after confirming the sequence exists to remove it permanently.
REPLY_IO_DELETE_SEQUENCEAcciónTool to delete a sequence. use after confirming the sequence exists to remove it permanently.
Parámetros de entrada
idintegerObligatorioSequence ID to delete; must be an integer ≥ 1
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
Delete UserREPLY_IO_DELETE_USERAcciónTool to delete a user. use after confirming the user exists to remove them permanently.
REPLY_IO_DELETE_USERAcciónTool to delete a user. use after confirming the user exists to remove them permanently.
Parámetros de entrada
idstringObligatorioUser ID to delete; string identifier to maximize compatibility
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
Generate ULIDREPLY_IO_GENERATE_ULIDAcciónTool to generate a ulid string. use when a unique identifier is required for creating tasks or other entities in reply.io.
REPLY_IO_GENERATE_ULIDAcciónTool 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
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 CampaignsREPLY_IO_LIST_CAMPAIGNSAcciónTool to list all campaigns (sequences). use when you need a paginated list of campaigns.
REPLY_IO_LIST_CAMPAIGNSAcciónTool to list all campaigns (sequences). use when you need a paginated list of campaigns.
Parámetros de entrada
namestringFilter campaigns by name (exact match or contains, depending on API)
pageintegerPage number to retrieve (1-based indexing)
limitintegerNumber of items per page, must be ≥ 1
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
Reply.io List ContactsREPLY_IO_LIST_CONTACTS_BASICAcciónTool to list all contacts. use when verifying api access and gathering contact ids for testing contact creation.
REPLY_IO_LIST_CONTACTS_BASICAcciónTool to list all contacts. use when verifying api access and gathering contact ids for testing contact creation.
Parámetros de entrada
pageintegerPage number to retrieve (1-based indexing)
limitintegerNumber of items per page (max 100)
Parámetros de salida
dataobject[]ObligatorioList of contacts on this page
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reply.io List Email AccountsREPLY_IO_LIST_EMAIL_ACCOUNTSAcciónTool to list all email accounts. use when you need to retrieve email accounts page by page.
REPLY_IO_LIST_EMAIL_ACCOUNTSAcciónTool to list all email accounts. use when you need to retrieve email accounts page by page.
Parámetros de entrada
pageintegerPage number to retrieve (1-based indexing)
limitintegerNumber of items per page (max 100)
statusstringFilter by account status (active/inactive)
Parámetros de salida
dataobject[]ObligatorioList of email accounts on this page
errorstringError if any occurred during the execution of the action
paginationobjectObligatorioPagination details
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reply.io List ListsREPLY_IO_LIST_LISTSAcciónTool to list all contact lists. use when you need to retrieve all available lists in your reply.io account.
REPLY_IO_LIST_LISTSAcciónTool 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[]ObligatorioArray of contact list objects
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SequencesREPLY_IO_LIST_SEQUENCESAcciónTool to retrieve a paginated list of sequences. use when you need to browse sequences with optional filtering by name.
REPLY_IO_LIST_SEQUENCESAcciónTool to retrieve a paginated list of sequences. use when you need to browse sequences with optional filtering by name.
Parámetros de entrada
namestringFilter sequences by name
pageintegerPage number, starting at 1
limitintegerNumber of items per page, between 1 and 100
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
Search Contacts by EmailREPLY_IO_SEARCH_CONTACTSAcciónTool to search contacts by email. use when you need to find existing contact ids for update tests.
REPLY_IO_SEARCH_CONTACTSAcciónTool to search contacts by email. use when you need to find existing contact ids for update tests.
Parámetros de entrada
emailanyObligatorioemailEmail address to search 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