Skip to main content

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.

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

type
string
Resource type. Value will be: “Sms_Configuration”
sms_enabled
boolean
SMS enablement flag for all registered businesses. Only businesses with phone numbers will receive SMS. Defaults to false until explicitly enabled.
{
  "data":{
    "type":"SMS_Configuration",
    "sms_enabled": true
  }
}