Notification Alert to Phone Number for the Jotform link

  • Hangchanleakna
    Asked on August 17, 2018 at 12:13 AM

    Dear Team , 

    I have a form of requesting for all employee. 
    once the employee submit their form it will alert to the other one which filled with the name on the form. 

    Due to My team doesn't have email to access the link. 
    is there any way that we can alert the notification to their Phone and they can open the link through their phone ? 

    alert to their phone with their phone number we assign in the form. 

    your input is much appreciated. 


    thanks with Regards, 
    Leakna 

  • Victoria_K
    Replied on August 17, 2018 at 5:09 AM

    Hello,

    Unfortunately, we do not have a built in feature to send SMS notifications.

    You could use Webhooks and generate your own submission mailer. 

    Webhook is a technique used to send HTTP POST notifications to a URL. They can be used to connect apps together or just send data. In theory, you may use our API and come up with an alternative notifier of your own.

    Or you can just add the cellphone email addresses, which are used by your respondents. 

    Hope this information helps.

    Please let us know if we can be of further assistance.

  • Hangchanleakna
    Replied on August 25, 2018 at 3:28 AM

    We just integrate between jotform and webhook? And what the user will be get ? They will get the sms in their phone? 

    Would u let me see the advantage of set up this widget ? Appreciated if I can see the sample. 

    Is there any further pay on this ? 


    Thx u so much 

  • Mike
    Replied on August 25, 2018 at 8:58 AM

    The webhook just pushes the form submission data to your own URL when the form is submitted. You may check the next article to get an idea about the webhooks:

    WebHooks Explanation

    If you would like to process the webhook submission data and send the sms messages based on it, you will need a programmer to write a custom script to perform this task.

    Some webhook script samples can be found in the next guide:

    Webhook PHP Script Examples

    Thank you.