Question

Webhooks that send varying data

  • 16 August 2023
  • 2 replies
  • 46 views

Userlevel 1

Hey!

I am creating a Zapier Integration that attaches to forms in our application. Each customer of ours has many forms, each with varying fields. How do we dynamically handle fiends. I’d love to just send JSON over with the fields in key/value pairs, but since this varies from request to request and the possibilities are infinite, how do zapier users access that data in their zaps? 

 

Ie.) if the output doesn’t define the field “first_name” is there a way to access that in actions for when it exists?

 

Thanks in advance!


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 @TourialDevCody 

Are you configuring a Zap as an end user OR a Zap App integration on the Zapier Platform?

If on the Zapier Platform, then this topic should be under the Dev Zone category.

Userlevel 1

@Troy Tessalone I have it set-up on the developer side. I’m trying to figure out how to access the data as an end user when it doesn’t fit into a predefined output schema.