Skip to main content
Best answer

How to use Zapier for WordPress custom posts


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! 

Best answer by Troy TessaloneBest answer by Troy Tessalone

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

View original
Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30870 replies
  • Answer
  • June 14, 2021

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!