Is it possible to change value in webhook rawRequest?

  • ps_kz
    Asked on September 14, 2017 at 3:42 AM

    Hi. Is it possible to change value of question when you send data using webhook?

    Lets say I have q3_string in rawRequest. And value of it is "some_string". I want form to send to my webhook value "another_string" instead "some_string".

     

  • liyam
    Replied on September 14, 2017 at 5:04 AM

    In hindsight, it is possible to assign a different value to a key. However, this may not come from the sending form but with the receiving end, where you should be able to handle the information received.

    For a more precise solution, can you share with us the form that you are working on and the details that you wish to happen?

    Thanks.