Rounded allows you to connect more than 1,500 applications via Pipedream to enrich your voice agents: calendars, CRMs, messaging platforms, internal tools, and much more.
This guide explains, step-by-step, how to:
Before you can use an integration in an agent, you must first connect your account. One way is to do it in the dedicated Integrations page.
A pop-up window opens to securely authorise access to your third-party account.
Once your account is connected, you can use it inside your agents.
After selecting the application, a configuration form appears. Below is a detailed description of each field and best practices for writing your instructions.
Add Quick Event
(Google Calendar), Send Message
(Slack, Telegram).send_text_message_or_reply
, book_calendar_event
.This is the most important field. The description acts as the guiding prompt the agent will follow word-for-word to prepare and execute the action.
Be precise and actionable. Always include:
Slack
Telegram
Google Calendar
In the description, always explicitly mention the channel or chat_id and any default values.
Some parameters of type enum
require the agent to first retrieve the list of possible values. This is done using a special tool named CONFIGURE_COMPONENT
, automatically added to the agent’s context. When necessary, you can instruct the agent to call the CONFIGURE_COMPONENT
tool to obtain the list of valid parameter values before executing the action.
Here is a concrete example of a fully configured Telegram integration:
send_text_message_or_reply
Before going live:
Rounded allows you to connect more than 1,500 applications via Pipedream to enrich your voice agents: calendars, CRMs, messaging platforms, internal tools, and much more.
This guide explains, step-by-step, how to:
Before you can use an integration in an agent, you must first connect your account. One way is to do it in the dedicated Integrations page.
A pop-up window opens to securely authorise access to your third-party account.
Once your account is connected, you can use it inside your agents.
After selecting the application, a configuration form appears. Below is a detailed description of each field and best practices for writing your instructions.
Add Quick Event
(Google Calendar), Send Message
(Slack, Telegram).send_text_message_or_reply
, book_calendar_event
.This is the most important field. The description acts as the guiding prompt the agent will follow word-for-word to prepare and execute the action.
Be precise and actionable. Always include:
Slack
Telegram
Google Calendar
In the description, always explicitly mention the channel or chat_id and any default values.
Some parameters of type enum
require the agent to first retrieve the list of possible values. This is done using a special tool named CONFIGURE_COMPONENT
, automatically added to the agent’s context. When necessary, you can instruct the agent to call the CONFIGURE_COMPONENT
tool to obtain the list of valid parameter values before executing the action.
Here is a concrete example of a fully configured Telegram integration:
send_text_message_or_reply
Before going live: