Our official [Bird node](https://n8n.io/integrations/bird/) is now verified by n8n. Send email, SMS, and WhatsApp messages, manage contacts, and run verification steps directly from your workflows.

A form submission can send a welcome email. An order update can send an SMS using a template stored in Bird. Choose a resource and operation in the Bird node, then map data from an earlier step into its fields. You can also look up message delivery status and use the result in the next step.

Install the node from the nodes panel on n8n Cloud or a self-hosted instance with verified community nodes enabled.

## Install the Bird node

1. Create a new workflow.
2. Open the **nodes panel** by selecting **+** or pressing **Tab**.
3. Search for **Bird**.
4. Select **Install** to install the node for your instance.
5. The Bird node is now available in your workflows.

Once installed, create an API key under **API keys** in the Bird dashboard, with the scopes your workflow needs. Paste it into a **Bird API** credential in n8n.

For installation settings, see [n8n's verified-node guide](https://docs.n8n.io/integrations/community-nodes/installation-and-management/install-verified-community-nodes).

## Send a test email

Select your **Bird API** credential, set **Resource** to **Email**, and choose **Send**. Under **Additional Fields**, add **Subject** and **Text**, then fill in:

| Field   | Value                                          |
| ------- | ---------------------------------------------- |
| From    | `onboarding@messagebird.dev`                   |
| To      | `delivered@messagebird.dev`                    |
| Subject | `Your workflow is connected`                   |
| Text    | `This message was sent through Bird from n8n.` |

Execute the node. A successful response includes a message ID. This example uses Bird's shared onboarding sender and a sandbox recipient that simulates delivery without sending to a real inbox. The [first-email guide](/docs/get-started/send-your-first-email) explains how to check the result and the onboarding sender's limits.

To email customers, [verify your sending domain](/docs/guides/email/sending-domains) and use an address on that domain in **From**.

## Build your workflow

- Follow the [Bird setup guide](/ai/n8n) for configuration and supported resources.
- Import the [welcome-email workflow](https://github.com/messagebird/n8n-nodes-bird/blob/main/examples/01-contact-form-welcome-email.json) to connect a form submission to an email.
- Try the [order-shipped workflow](https://github.com/messagebird/n8n-nodes-bird/blob/main/examples/02-order-shipped-sms-template.json) to send an SMS from a stored template.

## Related resources

- [Email](/products/email) (product)
- [Getting started with email](/learn/email/getting-started-with-email) (video)
- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)

[Get an implementation brief](/learn/workspace?topic=email)
