Respond.io
respond_ioAI-powered customer conversation management software.
Acciones disponibles (8)
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.
Add internal comment to conversationRESPOND_IO_CREATE_COMMENTAcciónTool to add a comment (internal note) to a contact's conversation. use after verifying the contact identifier.
RESPOND_IO_CREATE_COMMENTAcciónTool to add a comment (internal note) to a contact's conversation. use after verifying the contact identifier.
Parámetros de entrada
textstringObligatorioContent of the comment (internal note), up to 1000 characters. You can mention other users using `{{@user.ID}}`.
identifierstringObligatorioIdentifier of the contact; either 'id:<contact_id>', 'email:<email>' or 'phone:<E.164_phone>'. Example: 'id:123', 'email:abdc@gmail.com', 'phone:+60121233112'
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
Create ContactRESPOND_IO_CREATE_CONTACTAcciónTool to create a new contact in the workspace. use when you need to add a contact by specifying an identifier; delay subsequent actions due to processing.
RESPOND_IO_CREATE_CONTACTAcciónTool to create a new contact in the workspace. use when you need to add a contact by specifying an identifier; delay subsequent actions due to processing.
Parámetros de entrada
emailanyemailEmail address of the contact
phonestringPhone number of the contact including country code
languageanyISO 639-1 language code
lastNamestringLast name of the contact
firstNamestringObligatorioFirst name of the contact
identifierstringObligatorioIdentifier of the contact: either 'email:<address>', 'phone:<number>' or contact ID
profilePicstringuriURL of the contact's profile picture
countryCodeanyISO 3166-1 alpha-2 country code
custom_fieldsobject[]List of custom fields for the contact
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 channelsRESPOND_IO_LIST_CHANNELSAcciónTool to retrieve a list of channels connected to the workspace. use when you need to enumerate all messaging channels with pagination support.
RESPOND_IO_LIST_CHANNELSAcciónTool to retrieve a list of channels connected to the workspace. use when you need to enumerate all messaging channels with pagination support.
Parámetros de entrada
limitintegerNumber of items to return (page size). Default is 10, maximum 100.
cursorIdintegerPointer to the channel ID from where the next batch of records should start.
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 usersRESPOND_IO_LIST_USERSAcciónTool to retrieve a list of users in the workspace. use when you need to fetch all workspace users for auditing or assignment.
RESPOND_IO_LIST_USERSAcciónTool to retrieve a list of users in the workspace. use when you need to fetch all workspace users for auditing or assignment.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioList of users in the workspace.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add internal comment to conversationRESPOND_IO_RESPOND_IO_CREATE_COMMENTAcciónTool to add a comment (internal note) to a contact's conversation. use after verifying the contact identifier.
RESPOND_IO_RESPOND_IO_CREATE_COMMENTAcciónTool to add a comment (internal note) to a contact's conversation. use after verifying the contact identifier.
Parámetros de entrada
textstringObligatorioContent of the comment (internal note), up to 1000 characters. You can mention other users using `{{@user.ID}}`.
identifierstringObligatorioIdentifier of the contact; either 'id:<contact_id>', 'email:<email>' or 'phone:<E.164_phone>'. Example: 'id:123', 'email:abdc@gmail.com', 'phone:+60121233112'
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
Create Space TagRESPOND_IO_RESPOND_IO_CREATE_SPACE_TAGAcciónTool to create a new tag in the workspace. use when you need to label or categorize contacts or conversations after workspace setup.
RESPOND_IO_RESPOND_IO_CREATE_SPACE_TAGAcciónTool to create a new tag in the workspace. use when you need to label or categorize contacts or conversations after workspace setup.
Parámetros de entrada
namestringObligatorioName of the tag. Must be unique within the workspace.
colorstringHexadecimal color code for the tag, e.g., '#FF5733'.
descriptionstringOptional brief description to explain the tag's purpose.
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
Get MessageRESPOND_IO_RESPOND_IO_GET_MESSAGEAcciónTool to retrieve a specific message. use when you need the details of a message sent to or received from a contact.
RESPOND_IO_RESPOND_IO_GET_MESSAGEAcciónTool to retrieve a specific message. use when you need the details of a message sent to or received from a contact.
Parámetros de entrada
messageIdintegerObligatorioUnique ID of the message to retrieve.
identifierstringObligatorioIdentifier of the contact, can be a phone number ('+60121233112'), email ('abdc@gmail.com'), or contact ID prefixed by 'id:' (e.g., 'id:123').
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
Update Space TagRESPOND_IO_UPDATE_SPACE_TAGAcciónTool to update an existing tag in the workspace. use when you need to modify a tag's name, description, color, or emoji after confirming it exists.
RESPOND_IO_UPDATE_SPACE_TAGAcciónTool to update an existing tag in the workspace. use when you need to modify a tag's name, description, color, or emoji after confirming it exists.
Parámetros de entrada
namestringNew name for the tag
emojistringEmoji associated with the tag (e.g., '🎉')
colorCodestringHex color code for the tag (e.g., '#FF5733')
currentNamestringObligatorioCurrent name of the tag to update
descriptionstringNew description for the tag
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