Skip to main content
Question

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

  • October 28, 2021
  • 1 reply
  • 43 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

SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • November 1, 2021

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?