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

# SMS Configuration object

Layer uses SMS text messages to help your customers do their bookkeeping. The SMS Configuration object allows you to manage the SMS configuration associated with your Layer account.

### Attributes

<ParamField body="type" type="string">
  Resource type. Value will be: "Sms\_Configuration"
</ParamField>

<ParamField body="sms_enabled" type="boolean">
  SMS enablement flag for all registered businesses.
  Only businesses with phone numbers will receive SMS. Defaults to false until explicitly enabled.
</ParamField>

<ResponseExample>
  ```json Example theme={null}
  {
    "data":{
      "type":"SMS_Configuration",
      "sms_enabled": true
    }
  }
  ```
</ResponseExample>
