@seven.io/client
    Preparing search index...

    Type Alias InboundCallPayload

    type InboundCallPayload = {
        data: { caller: string; id: number; system: string; time: number };
        webhook_event: "voice_call";
        webhook_timestamp: string;
    }
    Index

    Properties

    data: { caller: string; id: number; system: string; time: number }
    webhook_event: "voice_call"
    webhook_timestamp: string