> For the complete documentation index, see [llms.txt](https://developer.kizen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.kizen.com/docs/integrations-and-plugins/integrations/twilio-sms/send-sms-messages-in-kizen-with-twilio.md).

# Send SMS Messages in Kizen with Twilio

{% hint style="success" %}
**Audience:** Admins, Developers, Solution Architects

**Purpose:** Explains how to send SMS messages in <code class="expression">space.vars.Kizen\_company\_name</code> using a connected Twilio account, including single-contact, bulk, and <code class="expression">space.vars.automation</code>-based messaging.
{% endhint %}

## Overview

This page explains the ways SMS messages can be sent within <code class="expression">space.vars.Kizen\_company\_name</code> after a Twilio account has been configured.

Once connected, SMS messages can be sent:

* From an individual <code class="expression">space.vars.contact</code> <code class="expression">space.vars.entity</code>
* As a bulk action to multiple <code class="expression">space.vars.contacts</code>
* Automatically through <code class="expression">space.vars.automations</code>

In all cases, <code class="expression">space.vars.Kizen\_company\_name</code> sends the message using the Twilio credentials stored in **Settings** > **Privacy Settings**, and Twilio handles carrier delivery.

***

## Before You Begin

Before sending SMS messages in <code class="expression">space.vars.Kizen\_company\_name</code>, ensure:

* A Twilio account is connected under **Settings** > **Privacy Settings**
* A valid Twilio phone number is configured
* The Contact record(s) include a valid phone number
* You have permission to perform bulk actions or configure <code class="expression">space.vars.automations</code> (if applicable)

Keep in mind:

* <code class="expression">space.vars.Kizen\_company\_name</code> supports only one Twilio phone number per business
* All SMS messages are sent from that configured number
* <code class="expression">space.vars.Kizen\_company\_name</code> does not manage A2P 10DLC registration or carrier compliance
* Delivery logs and detailed error information are available in Twilio, not in <code class="expression">space.vars.Kizen\_company\_name</code>

If Twilio is not configured, SMS options will not be available. Learn more about the [Twilio Configuration](/docs/integrations-and-plugins/integrations/twilio-sms/configure-twilio-sms.md).

***

## Three Ways to Send SMS in Kizen

Once your Twilio account is connected in <code class="expression">space.vars.Kizen\_company\_name</code>, SMS messages can be sent in one of three ways:

### Send a Single SMS to a Contact

You can send an SMS directly from an individual <code class="expression">space.vars.contact</code> <code class="expression">space.vars.entity</code>.

{% stepper %}
{% step %}

#### Open the Contact

1. Go to **Data > Contacts**.
2. Click the <code class="expression">space.vars.contact</code>’s name to open their <code class="expression">space.vars.entity</code>.
   {% endstep %}

{% step %}

#### Select PERFORM ACTION

1. In the top right corner of the <code class="expression">space.vars.contact</code> <code class="expression">space.vars.entity</code>, select **PERFORM ACTION.**
2. Select **Send Text** from the dropdown.

<div data-with-frame="true"><figure><img src="/files/nL4zjw1D5je6rLXZM6Vc" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Compose the Message

1. Enter your message in the text field.
2. Review the phone number associated with the <code class="expression">space.vars.contact</code>.
3. Click **CONFIRM** to send.
   {% endstep %}
   {% endstepper %}

#### What Happens Next

* <code class="expression">space.vars.Kizen\_company\_name</code> sends the message to Twilio using your configured credentials
* Twilio routes the message to the carrier
* Delivery status and logs are available in your Twilio account

{% hint style="info" %}
**Note:** <code class="expression">space.vars.contacts</code> may opt out of SMS messaging through Twilio. Twilio tracks and enforces opt-out status, and messages cannot be sent to <code class="expression">space.vars.contacts</code> who have opted out.
{% endhint %}

### Send Bulk SMS to Multiple Contacts&#x20;

You can send a text message to multiple <code class="expression">space.vars.contacts</code> at once using **PERFORM ACTION** > **Send Text**.

{% stepper %}
{% step %}

#### In your top navigation, select **Data** > **Contacts**

Select all of the <code class="expression">space.vars.contacts</code> you want to message using the checkboxes.

You can select:

* Individual <code class="expression">space.vars.contacts</code>
* All <code class="expression">space.vars.contacts</code> on the page
* All <code class="expression">space.vars.contacts</code> in your search results
* All <code class="expression">space.vars.contacts</code> in a saved group

{% hint style="info" %}
**Note:** If you do not select <code class="expression">space.vars.contacts</code> first, you will be prompted to select them before composing your message.
{% endhint %}
{% endstep %}

{% step %}

#### Select **PERFORM ACTION** > **Send Text**

In the dropdown menu, select **Send Text**.

<div data-with-frame="true"><figure><img src="/files/c2MqoLcDNky2GWF33mOQ" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Compose Your Message

The **Send Text** screen appears.

1. Enter your message in the text field.
2. Review the number of recipients.

{% hint style="info" %}
**Note:** If Twilio is not configured, you will see a message indicating that a text messaging provider must be set up.
{% endhint %}
{% endstep %}

{% step %}

#### Confirm and Send your SMS Messages

1. Click **NEXT.**
2. Review your message.
3. Click **CONFIRM** to send.
   {% endstep %}
   {% endstepper %}

### Send Bulk SMS Using Agentic Workflows

SMS can also be sent through <code class="expression">space.vars.automations</code>. <code class="expression">space.vars.automations</code> allow SMS to trigger automatically based on any <code class="expression">space.vars.automation</code> trigger, such as:

* <code class="expression">space.vars.entity</code> updates
* Status changes
* Time-based conditions
* <code class="expression">space.vars.workflow</code> events

Common use cases include appointment reminders, task notifications, form follow-ups, and event alerts. For more information about using SMS actions in <code class="expression">space.vars.automations</code>, see [Agentic Workflows](/docs/concepts/agentic-workflows.md).

{% hint style="info" %}
**Note:** SMS messages sent through Twilio from <code class="expression">space.vars.Kizen\_company\_name</code> consume messaging credits associated with your license. Ensure your business has sufficient messaging credits available before sending high-volume or automated SMS messages.
{% endhint %}

***

## What’s Next

For higher-volume or automated messaging, review your <code class="expression">space.vars.automation</code> setup and trigger configuration, your compliance requirements (including A2P 10DLC for U.S. messaging) and your Twilio delivery logs and account health monitoring

Ensure your messaging workflows align with consent, carrier policies, and business communication standards before scaling SMS usage. If you haven't done so, learn how to [Configure Twilio in Kizen](/docs/integrations-and-plugins/integrations/twilio-sms/configure-twilio-sms.md) or check out the topics below:

<details>

<summary>Related Topics</summary>

* [Twilio SMS](/docs/integrations-and-plugins/integrations/twilio-sms.md)
* [Configuring Twilio SMS](/docs/integrations-and-plugins/integrations/twilio-sms/configure-twilio-sms.md)
* [Integrations](/docs/integrations-and-plugins/integrations.md)
* [Contacts](/docs/concepts/objects.md)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.kizen.com/docs/integrations-and-plugins/integrations/twilio-sms/send-sms-messages-in-kizen-with-twilio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
