How to pass form data in webhook ?

  • AppCroNix
    Asked on July 30, 2017 at 6:43 AM

    Hello,

    How can we pass form data in webhook link?

  • Mike_G JotForm Support
    Replied on July 30, 2017 at 7:33 AM

    To learn more about setting up a Webhook with Jotform, please check this guide — How-to-Setup-a-Webhook-with-JotForm

    Also, here's another guide that you may use as a reference:

    Webhook-PHP-Script-Examples

    If you have other questions or concerns, please feel free to contact us anytime.

  • AppCroNix
    Replied on July 30, 2017 at 4:43 PM
    I am using
    http://cp.fullonbulksms.com/api/sendhttp.php?authkey=&
    *mobiles=$_POST['number']$*
    &message=Your%20Album%20is%20submitted%20Successfully.%20%20Our%20team%20will%20contact%20you%20shortly.%20%20-%20FullOn%20Music&sender=FullOn&route=4
    link as a web hook
    I what to pass "Number" field's data here, Is this proper syntax ?
    ...
  • jonathan
    Replied on July 30, 2017 at 5:22 PM

    If I understand correctly this is the form in question. I do not see the Number field in the URL you are using in Webhook.

    Please understand that Webhook and PHP requires knowledge in programming. If you are not adept with the programming I recommend you get a resource for programmer or service that can help you with the development. This will save you time and unnecessary delays in delivery of your requirements.

     

     

  • AppCroNix
    Replied on July 30, 2017 at 6:43 PM
    Yes it is a form. (for ease I have removed all other fields.)
    There is a Number field.
    I want to know that can we directly pass / use "Number" field's data in
    webhooks ?
    ...
  • jonathan
    Replied on July 30, 2017 at 7:08 PM

    I want to know that can we directly pass / use "Number" field's data in
    webhooks ?

    Yes you can. What I suggest you try is test your Webhook URL if its working. You can use RequestBin to test.