Anchorage API reference
    Preparing search index...
    interface SendNotificationBody {
        attributes?: Record<string, string | number | boolean | null>;
        coalesceKey?: string;
        dedupeKey?: string;
        kind: string;
        payload?: unknown;
        priority?: "low" | "high" | "medium" | "urgent";
        source: string;
        summary: string;
    }
    Index

    Properties

    attributes?: Record<string, string | number | boolean | null>
    coalesceKey?: string
    dedupeKey?: string
    kind: string
    payload?: unknown
    priority?: "low" | "high" | "medium" | "urgent"
    source: string
    summary: string