Skip to main content

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! 

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!