How to send SMS alerts after submitting a form online

  • lloyd.9708
    Asked on January 2, 2021 at 10:27 AM

    Hello

    I want Parents should receive SMS Alerts after submitting Online admission form by using webhook with textlocal.

    Please explain step by step, Thank you in advance.

  • Yau_C
    Replied on January 2, 2021 at 10:57 AM

    Greetings,

    First of all, you need to set up the Webhook.

    Please refer to this link for details: https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm

    Secondly, you need to know the API endpoint of your SMS API provider, which you can call with your backend code, such as PHP.

    Please refer to this link as an example: http://pastebin.com/embed_iframe/0A558v0y

    Best,