OptOutResponse
Opt-out record
Properties
Name | Type | Required | Description |
---|---|---|---|
from_ | str | ❌ | Phone number in E.164 format from which the recipient has opted out |
to | str | ❌ | Phone number in E.164 format which is opted out |
status | OptOutResponseStatus | ❌ | Status of a phone number |
source | Source | ❌ |
OptOutResponseStatus
Status of a phone number
Properties
Name | Type | Required | Description |
---|---|---|---|
OPTIN | str | ✅ | "OptIn" |
OPTOUT | str | ✅ | "OptOut" |
Source
Properties
Name | Type | Required | Description |
---|---|---|---|
RECIPIENT | str | ✅ | "Recipient" |
ACCOUNT | str | ✅ | "Account" |
UPSTREAM | str | ✅ | "Upstream" |
CARRIER | str | ✅ | "Carrier" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs