-
Notifications
You must be signed in to change notification settings - Fork 12
Bird
Mahbub Rabbani edited this page Feb 24, 2026
·
1 revision
Bird (formerly MessageBird) is a cloud communications platform that provides SMS messaging APIs.
Before configuring Bird in Texty, ensure you have:
- A Bird account
- An SMS channel configured in your Bird workspace
You will need the following three values:
- Access Key
- Workspace ID
- Channel ID
- Log in to your Bird dashboard
- Navigate to Settings → Developer → API Access Keys
- Click Create Access Key
- Provide a descriptive name (e.g.,
Texty WordPress) - Copy the generated key
- Go to Settings → Workspace
- Locate your Workspace ID (UUID format, e.g.,
abcd1234-5678-...)
- Navigate to Channels
- Select your SMS channel (or create one if needed)
- Copy the Channel ID from the channel details (UUID format)
- Go to WordPress Admin → Texty → Settings
- Select Bird as the gateway
- Enter the following:
- Access Key
- Workspace ID
- Channel ID
- Click Save Changes
- Go to Texty → Tools
- Enter a phone number (including country code, e.g.,
+1234567890) - Type a test message
- Click Send
| Error | Cause | Fix |
|---|---|---|
| Invalid credentials | Incorrect or expired Access Key | Regenerate the key in Bird dashboard |
| 404 Not Found | Wrong Workspace ID or Channel ID | Double-check both IDs in your Bird dashboard |
| Message not delivered | Phone number format issue | Ensure the number includes the country code (e.g., +1 for US) |
If you were previously using the MessageBird gateway, note:
- The new Bird API requires different credentials
- Your old API key will not work
- The previous "From Number" configuration is no longer used
You must configure:
- Access Key
- Workspace ID
- Channel ID
as described above.