@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ParticipantAddedPayload

    Webhook event types and payload interfaces for Contio Partner API

    Types are generated from the AsyncAPI specification. See: specs/asyncapi/webhooks.yaml

    Webhooks provide timely signals when partner-relevant activities occur. Payloads are intentionally minimal - use the Partner User API to fetch full details when needed.

    interface ParticipantAddedPayload {
        additionalProperties?: Record<string, unknown>;
        data: ParticipantAddedData;
        event_id: string;
        event_type: "participant.added";
        for_user?: WebhookUserContext;
        partner_app_id: string;
        timestamp: string;
    }
    Index

    Properties

    additionalProperties?: Record<string, unknown>
    event_id: string
    event_type: "participant.added"
    partner_app_id: string
    timestamp: string