> ## Documentation Index
> Fetch the complete documentation index at: https://sbmg.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Zapier Triggers

> Use inbound SMS to trigger workflow automations

Get beta access to our Zapier integration <a href="https://zapier.com/developer/public-invite/186462/3a5a5ae4c18ed0b216f8e934e9df5369/">here</a>.

## Inbound Message Recieved

### Data out

Fields available for your zap from the message data.

<ResponseField name="account_id" type="number">
  The account ID associated with the message.

  Example: `2a1221ab-4b4b-4c4c-9cc9-9999abcd0808`
</ResponseField>

<ResponseField name="source_address" type="string">
  The phone number of the message sender.

  Example: `+64270010203`
</ResponseField>

<ResponseField name="direction" type="string">
  The direction of the message (inbound).

  Example: `INBOUND`
</ResponseField>

<ResponseField name="content" type="string">
  The content of the message.

  Example: `Hello world`
</ResponseField>

<ResponseField name="date" type="string">
  The timestamp of the message in ISO 8601 format.

  Example: `2023-08-19T05:28:11Z`
</ResponseField>

<ResponseField name="user_metadata" type="object">
  Additional metadata associated with the message.
</ResponseField>
