Skip to main content

Interface: A2PEvidenceUpload

Defined in: packages/sdk/src/types/organization-types.ts:415

One stored A2P opt-in evidence artifact.

The bytes live in the private web-assets bucket; url is the stable public route Twilio's reviewer fetches. contentType is only ever image/png, image/jpeg or application/pdf — the normalizer's output, not the uploaded file's — so it is safe to render inline.

Properties

contentType

contentType: string

Defined in: packages/sdk/src/types/organization-types.ts:418


filename

filename: string

Defined in: packages/sdk/src/types/organization-types.ts:417


kind

kind: string

Defined in: packages/sdk/src/types/organization-types.ts:420

image or pdf.


sizeBytes

sizeBytes: number

Defined in: packages/sdk/src/types/organization-types.ts:421


url

url: string

Defined in: packages/sdk/src/types/organization-types.ts:422


uuid

uuid: string

Defined in: packages/sdk/src/types/organization-types.ts:416