Question

Is it possible to parse info from URL into custom web app?

  • 28 October 2021
  • 1 reply
  • 31 views

Hello everyone, how can I store information in a url Webhooks by Zapier (example potential clients of facebook) and that information show it in a web application that I create in php my web application does not have an api


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

1 reply

Userlevel 7
Badge +11

Hey @steven769, welcome to the Community! :) 

Can you tell us a bit more information about the PHP web application you’ve built?

For example, does it have a web form that could be used to send a Webhook to Zapier? If so, you could potentially use a Catch Hook trigger to capture the form’s information and send it onto another app. Or is it more that you’re looking to receive information from a third party app of some kind and send that over to your PHP web application directly?