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

    Interface ActionButtonTriggeredData

    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 ActionButtonTriggeredData {
        action_button_id: string;
        action_button_name: string;
        additionalProperties?: Record<string, unknown>;
        invocation_id?: string | null;
        meeting_id: string;
        next_step_id?: string | null;
        result_id?: string | null;
        trigger_mode: string;
        triggered_at: string;
        triggered_by: string;
    }
    Index

    Properties

    action_button_id: string
    action_button_name: string
    additionalProperties?: Record<string, unknown>
    invocation_id?: string | null
    meeting_id: string
    next_step_id?: string | null
    result_id?: string | null
    trigger_mode: string
    triggered_at: string
    triggered_by: string