Reply
Overview
SLUG: REPLY
Description
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.
Authentication Details
API Key
Connecting to Reply
Create an auth config
Use the dashboard to create an auth config for the Reply toolkit. This allows you to connect multiple Reply accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Reply Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Reply toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
REPLY_CREATE_LIST
Tool Name: Create Personal List
Description
Action Parameters
Action Response
REPLY_DELETE_LIST_BY_ID
Tool Name: Delete List By ID
Description
Action Parameters
Action Response
REPLY_GET_ALL_LISTS
Tool Name: Get All Lists
Description
Action Parameters
Action Response
REPLY_GET_BLACKLIST_ALL
Tool Name: Get full blacklist of domains and emails
Description
Action Parameters
Action Response
REPLY_GET_CAMPAIGNS_FOR_CONTACT
Tool Name: Get Campaigns For Contact
Description
Action Parameters
Action Response
REPLY_GET_CAMPAIGN_SCHEDULES_ALL
Tool Name: Get all campaign schedules
Description
Action Parameters
Action Response
REPLY_GET_CONTACTS_IN_LIST_BY_ID
Tool Name: Get Contacts in List by ID
Description
Action Parameters
Action Response
REPLY_GET_EMAIL_ACCOUNTS
Tool Name: Get Email Accounts
Description
Action Parameters
Action Response
REPLY_GET_LIST_BY_ID
Tool Name: Get List by ID
Description
Action Parameters
Action Response
REPLY_GET_TEMPLATES_LIST
Tool Name: Get templates list
Description
Action Parameters
Action Response
REPLY_MARK_CONTACT_AS_FINISHED
Tool Name: Mark Contact As Finished
Description
Action Parameters
Action Response
REPLY_MARK_CONTACT_AS_REPLIED
Tool Name: Mark Contact as Replied
Description
Action Parameters
Action Response
REPLY_MOVE_CONTACTS_TO_LISTS
Tool Name: Move Contacts to Lists
Description
Action Parameters
Action Response
REPLY_REMOVE_DOMAIN_FROM_BLACKLIST
Tool Name: Remove Domain from Blacklist
Description
Action Parameters
Action Response
REPLY_REMOVE_EMAIL_FROM_BLACKLIST
Tool Name: Remove Email from Blacklist
Description
Action Parameters
Action Response