Respond Io

Learn how to use Respond Io with Composio

Overview

SLUG

RESPOND_IO

Description

AI-powered customer conversation management software.

Authentication Details

api_key
stringRequired

Tools

SLUG: RESPOND_IO_CREATE_COMMENT

Tool to add a comment (internal note) to a contact's conversation. use after verifying the contact identifier.

Action Parameters

identifier
stringRequired
text
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RESPOND_IO_CREATE_CONTACT

Tool 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.

Action Parameters

countryCode
custom_fields
array
email
firstName
stringRequired
identifier
stringRequired
language
lastName
string
phone
string
profilePic
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RESPOND_IO_LIST_CHANNELS

Tool to retrieve a list of channels connected to the workspace. use when you need to enumerate all messaging channels with pagination support.

Action Parameters

cursorId
integer
limit
integerDefaults to 10

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RESPOND_IO_LIST_USERS

Tool to retrieve a list of users in the workspace. use when you need to fetch all workspace users for auditing or assignment.

Action Parameters

Action Response

data
arrayRequired
error
string
successful
booleanRequired

SLUG: RESPOND_IO_RESPOND_IO_CREATE_COMMENT

Tool to add a comment (internal note) to a contact's conversation. use after verifying the contact identifier.

Action Parameters

identifier
stringRequired
text
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RESPOND_IO_RESPOND_IO_CREATE_SPACE_TAG

Tool to create a new tag in the workspace. use when you need to label or categorize contacts or conversations after workspace setup.

Action Parameters

color
string
description
string
name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RESPOND_IO_RESPOND_IO_GET_MESSAGE

Tool to retrieve a specific message. use when you need the details of a message sent to or received from a contact.

Action Parameters

identifier
stringRequired
messageId
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: RESPOND_IO_UPDATE_SPACE_TAG

Tool 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.

Action Parameters

colorCode
string
currentName
stringRequired
description
string
emoji
string
name
string

Action Response

data
objectRequired
error
string
successful
booleanRequired