Best answer

Custom Website API

  • 15 October 2020
  • 5 replies
  • 255 views

Userlevel 1

Hi Zapier Community,

I want to know if the following is possible:

I have a custom website with a custom framework built with PHP. I want Zapier to be able to detect a form submit from Gravity Forms and send a JSON request to my custom PHP website.

Tom from TMM

icon

Best answer by Troy Tessalone 20 October 2020, 06:10

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.

5 replies

Userlevel 7
Badge +14

If you’re using WordPress you’ll need to install the Zapier add-on for Gravity Forms: https://docs.gravityforms.com/zapier-add-on/

Gravity Forms can then be used as a Zap trigger: https://zapier.com/apps/gravity-forms/integrations

You can use a Webhook step to make an API request: https://zapier.com/apps/webhook/integrations

Userlevel 1

I understand when you send a form with Gravity Forms, it runs an action on Zapier. That’s not what I’m asking.

 

What I’m asking is, can Zapier send out an API request to a custom site with json data, in response to another action? The custom site, is not an app currently in Zapier, but an API I have built myself. When I look at https://zapier.com/apps/webhook/integrations it has a list of apps you can connect to. The issue is that I want it to connect to my external custom build API, not an API build into Zapier. For example:

 

API URL

http://tmm.com.au/create-job-task

JSON BLOB

[“name”: “Tom Snow”, “task”: “create EDM Campaign”, “due_date”: “2020-10-20”]

 

Scenario:

On WordPress I submit Gravity Form, it triggers an event in Zapier, same as what Troy suggested. But based on this, Zapier sends out a json blog to an external API with the form data as a json blob. This external API is not an app currently in Zapier. Is this possible?

Userlevel 1

Would for example ClickFunnels, solve my issue? Thank you. 

 

Tom from TMM

Userlevel 7
Badge +14

Webhook actions available:

 

Userlevel 1

Sorry, I didn’t understand Webhooks By Zapier is the actual name of the APP. I thought you were describing what I wanted (connecting to API apps), now I realise its the apps name. Its actually called that.

Face palm

Thank you

Tom from TMM