TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface TwilioData

    interface TwilioData {
        from: string;
        message: string;
        to: string;
        twilio_sid: string;
        twilio_token: string;
    }
    Index

    Properties

    from: string

    From number registered with Twilio, Example: +5599999999999

    message: string

    Message to be send

    to: string

    Number to send SMS, Example: +5599999999999

    twilio_sid: string

    Twilio account SID

    twilio_token: string

    Twilio auth token