Tutorial: Bidirectional Messaging Agent
This agent is designed to send and receive messages via the Twilio API.
Twilio Credentials
- Signup for a Twilio account here
Agent Setup
- In
SmythOS
, navigate to the templates tab.

- You can scroll down to find the
Bidirectional Messaging
Agent or simply search for it in the Search tab, then click theRemix
button.

- Allow the template to initialize and configure.
Twilio Send SMS Setup
Configure your messaging webhook. Add your agent's API endpoint URL as webhook (A message comes in).
- Locate the
Twilio Send SMS
component. Click the gear icon to open the settings.

- Click on the key icon, and choose your saved
Twilio Based64 Auth
Key. Don’t forget to click the check icon to save your configuration.

Airtable Create a Record Setup
- Locate the
Create a Record
component and click the gear icon to open the settings.

- Create an Airtable base with the following fields:
sender_number
,sender_message
,smsSID
. Click the key icon to select your Airtable API Key. Lastly, don’t forget to click the check icon to save your configuration.
