Best answer

Open URL with Parameter

  • 13 September 2020
  • 2 replies
  • 1745 views

Userlevel 1

Hello Together. I have the following idea. In the moment a new record is added to a connected MySQL db I want to run a PHP script. A value from the just inserted record should be called in the URL (parameter in the example below). The URL would look like that:

https://domain.net/myphpfile.php?p=parameter

 

Is that possible? Is it to to with the script function? Thx for your help, Thomas.

icon

Best answer by Wemakefuture 13 September 2020, 21:43

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 6
Badge +7

Hello 🤓, You can select the value of the SQL and append the to be called URL direct in the app webhook either directly or with a query in header or body. Just search for the next action app 'webhook' insert your to be called link and the query. Let's go!🚀

If you need to perform a data adjusting action you can use formatter by Zapier or run js/python code in the code module.

Feel free to chat - if you need more info we can attach a screenshot 💻

 

 

Userlevel 1

Thank You so much. I was able to do it with the Webhook and it works.