Bird Make integrationAutomate Bird with Make.
Can Make handle your Bird SMS, contacts and lists without a developer? The Bird Make integration gives you 14 modules: one scheduled trigger, 11 actions and two searches. This guide shows how to link your account, build a first scenario and choose the right module for each job.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Bird Make integration automate?
The Bird Make integration links your Bird workspace to Make, a visual tool where you chain apps into a scenario (the automation you build) without writing code. Each Bird module handles one job, such as sending a text, filing a contact or spotting a new SMS message, and hands its result to the next step.
A welcome text for every new lead. A form or CRM in another app opens the scenario, Create a contact files the person in your Bird workspace, and Send an SMS message greets them from the channel you picked. A clinic confirming a first visit or a shop thanking a buyer can use the same pattern.
A clean audience before each campaign. Create a list opens a fresh segment, Add contacts to a list fills it, and Remove contacts from a list takes out people who should no longer receive it. Your SMS team works from lists that match reality.
A record of every conversation. Watch SMS messages spots texts that were sent or received, Read an SMS message pulls the full detail, and you can copy it into a sheet or a CRM. If your data lives in Airtable, the Airtable Make integration covers that side.
What the Bird app does not do for you: it needs a paid Bird account, and the Bird documentation lists no numeric limit to plan around. When a Bird API feature has no dedicated module, Make an API call reaches it with the same connection. Before you commit, the Make review gives an honest view of the tool, and n8n vs Make sets out the criteria if you are also weighing n8n.
How do you connect your Bird account to Make?
- 01
Create an access key in Bird
In Bird, open your Organization Settings, go to Access Roles and click Add new access key. Give it a name, pick a Role, click Create access key and copy the Access Key value somewhere safe.
- 02
Copy your Workspace ID
Click your organization's logo in the upper left corner, then Organization settings and Workspaces. On the workspace you want Make to use, click the three dots, choose Edit workspace and copy the Workspace ID.
- 03
Paste both into Make
Add any Bird module to your scenario and click Create a connection. Name it if you like, paste the key into API Key and the ID into Workspace ID, then click Save. Every Bird module reuses this connection afterwards.
Your first scenario: greet every new lead by SMS
GoalWhen a new lead appears in another app, Make files the person as a Bird contact and sends a welcome SMS.
- 01
Start a new scenario
On the Scenarios page, create a new scenario and click the +. Pick the app where your leads land first, such as your form tool or CRM, and choose its module for new entries.
- 02
Add Create a contact
Click the + on the right of that first module, search for Bird and pick Create a contact. Select your Bird connection, then map the lead's details from the previous module into the contact.
- 03
Add Send an SMS message
Add one more module with the + and choose Send an SMS message. Pick the channel to send from, map the new contact as the recipient and write a short welcome text.
- 04
Test with Run once
Click Run once, then create a test lead with your own phone number. Open each module to read the bundle it received (one bundle is one item passing between modules, here one lead).
- 05
Schedule and switch it on
Set the schedule on the first module. A new scenario checks every 15 minutes by default, and the Free plan cannot go below that. Switch the scenario on and new leads get their text without you.
What starts a Bird scenario?
1 module starts a scenario when something happens in Bird. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Bird as soon as it happens.
Watch SMS messages
Scheduled triggerIn Make“Triggers when a new SMS message is sent or received.”
Watch SMS messages hands your scenario each new text from your Bird workspace, whether your team sent it or a customer wrote in. Each message arrives as its own bundle, ready for the next module.
What can Make do in Bird?
Bird gives you 13 modules in 4 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Contacts
5 modulesList contacts
SearchIn Make“Retrieves a list of contacts.”
List contacts pulls the contacts of your Bird workspace into the scenario, one bundle per person, so you can export them or run a step on each one.
Get a contact
ActionIn Make“Retrieves the information of an existing contact.”
Get a contact brings back the stored details of one person you already have in Bird, so later modules can use the name or number on file.
Create a contact
ActionIn Make“Creates a contact in a workspace.”
Create a contact adds a new person to your Bird workspace, which makes them reachable by SMS and ready to join a list.
Update a contact
ActionIn Make“Updates an existing contact.”
Update a contact changes the details of someone already in Bird, so your SMS audience stays in step with your CRM or billing tool.
Delete a contact
ActionIn Make“Deletes a contact.”
Delete a contact removes a person from your Bird workspace for good, which keeps your audience free of people who asked to leave.
Lists
4 modulesCreate a list
ActionIn Make“Creates a list of contacts.”
Create a list opens a new list of contacts in Bird, so a segment exists before you fill it or send to it.
Add contacts to a list
ActionIn Make“Adds contacts to a list.”
Add contacts to a list places existing Bird contacts in a list you already have, which turns a loose audience into a targeted segment.
Remove contacts from a list
ActionIn Make“Removes contacts from a list.”
Remove contacts from a list takes people out of one list while keeping them as contacts in Bird, so they stop receiving that campaign only.
Delete a list
ActionIn Make“Deletes a list.”
Delete a list removes a whole list from Bird, which tidies your workspace once a campaign is finished.
SMS
3 modulesSearch SMS messages
SearchIn Make“Search SMS messages that were sent or received.”
Search SMS messages finds texts your workspace sent or received and returns each match as a bundle, handy when you need past exchanges rather than new ones.
Read an SMS message
ActionIn Make“Get details of an SMS message.”
Read an SMS message fetches the full details of one text you already point to, so the scenario works with the complete record.
Send an SMS message
ActionIn Make“Sends a SMS message from choosen channel.”
Send an SMS message texts a recipient from the Bird channel you choose, which is how your scenario actually reaches people.
Other
1 moduleMake an API call
ActionIn Make“Perform an arbitrary authorized API call.”
Make an API call reaches any endpoint of the Bird API with your existing connection, so you are not stuck when no module covers a feature.
Need help automating Bird with Make?
A person reads every message.