Member Junction
    Preparing search index...

    The resolved identity of an inbound Twilio call, mapped from the voice-webhook params.

    interface ResolvedInboundCall {
        callSid: string;
        from: string;
        to: string;
    }
    Index

    Properties

    Properties

    callSid: string

    The inbound Call SID (Twilio CallSid).

    from: string

    The caller's number (Twilio From).

    to: string

    The dialed DID the call came in on (Twilio To).