Skip to main content

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.

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 💻

 

 


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