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

    Interface ActionButtonTriggeredPayload

    Webhook event types generated from AsyncAPI spec

    THIS FILE IS AUTO-GENERATED - DO NOT EDIT

    Source: specs/asyncapi/webhooks.yaml Spec version: 1.7.0 Generated: 2026-05-21T10:20:05.459Z

    Regenerate: npm run gen-webhook-types

    interface ActionButtonTriggeredPayload {
        additionalProperties?: Record<string, unknown>;
        data: ActionButtonTriggeredData;
        event_id: string;
        event_type: "action_button.triggered";
        for_user?: WebhookUserContext;
        partner_app_id: string;
        timestamp: string;
    }
    Index

    Properties

    additionalProperties?: Record<string, unknown>
    event_id: string
    event_type: "action_button.triggered"
    partner_app_id: string
    timestamp: string