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

    Interface AutomationAssignmentCreatedData

    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 AutomationAssignmentCreatedData {
        action_item_id: string;
        additionalProperties?: Record<string, unknown>;
        assignment_id: string;
        automation_data_payload?: Record<string, unknown>;
        automation_id: string;
        automation_name: string;
        confidence_score?: number;
        created_at: string;
        meeting_id: string;
        status: string;
        workspace_id: string;
    }
    Index

    Properties

    action_item_id: string
    additionalProperties?: Record<string, unknown>
    assignment_id: string
    automation_data_payload?: Record<string, unknown>
    automation_id: string
    automation_name: string
    confidence_score?: number
    created_at: string
    meeting_id: string
    status: string
    workspace_id: string