Skip to main content

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

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?