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

    Type Alias InboundSmsPayload

    type InboundSmsPayload = {
        data: {
            id: string;
            message_type: "SMS";
            sender: string;
            system: string;
            text: string;
            time: string;
        };
        webhook_event: "sms_mo";
        webhook_timestamp: "2020-12-02 11:55:44";
    }
    Index

    Properties

    data: {
        id: string;
        message_type: "SMS";
        sender: string;
        system: string;
        text: string;
        time: string;
    }
    webhook_event: "sms_mo"
    webhook_timestamp: "2020-12-02 11:55:44"