Class TwilioIntegrationAccountSettingsRequest

Settings for creating the Twilio integration account.

Hierarchy

  • TwilioIntegrationAccountSettingsRequest

Constructors

Properties

accountSid: string

Twilio Account SID that uniquely identifies your Twilio account.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
censorLogs?: boolean

When enabled, Twilio phone numbers in the to field and SMS message bodies are censored for privacy.

Generated using TypeDoc