Best answer

How to use Zapier for WordPress custom posts

  • 14 June 2021
  • 2 replies
  • 2081 views

Is there a way to use Zapier to fill fields on custom posts? I’m using ACF and a custom post type. I want to be able to fill out a Gravity Form and take the form fills and place them into the various fields on a custom post type.

 

For example, if a user fills in their email, submit the form, I want to create a new post with the email field full of the information the user provided.

 

Anyone have any insight? Thanks in advance! 

icon

Best answer by Troy Tessalone 14 June 2021, 16:18

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.

2 replies

Userlevel 7
Badge +14

Hi @milesjfranklin 

If possible, you’d likely have to leverage the WordPress API: https://developer.wordpress.org/rest-api/

App APIs can be used in Zaps with the Webhooks action step: https://zapier.com/apps/webhook/integrations#triggers-and-actions

Sweet - I’ll look it over. Thank you!