Skip to content

ComposeMarketingResult

type ComposeMarketingResult = {
assetId: string;
status: "processing" | "ready" | "failed";
};

Defined in: packages/sdk/src/index.ts:471

assetId: string;

Defined in: packages/sdk/src/index.ts:473

Aquienpz asset id of the in-flight composition. Poll aq.assets.waitReady(id).


status: "processing" | "ready" | "failed";

Defined in: packages/sdk/src/index.ts:475

Asset status at dispatch time — usually "processing".