When using the SMS sample script in my php file.

  • edgarsm
    Asked on July 17, 2017 at 6:49 PM

    When using the SMS sample script in my php file.

    When replacing the info on the script, what do I use when it asks

    "

    //Replace your authentication key & credentials

    $authKey = "YourAuthKey";

    $senderId = "102234";

    $route = "default";

    "

    Where do I come up with this information?

  • liyam
    Replied on July 17, 2017 at 10:21 PM

    If I'm not mistaken, this is part of the API for using SMS services of MSG91's services (https://msg91.com/). Please check them out.

    Thanks.