How to Connect Apps to Webhooks Demo #1
The first demo for the How to Connect Apps to Webhooks presentation at ZapConnect 2023. In this Zap, we'll use a webhook to watch an app's URL for new instances, go back to the app for additional information in another webhook, use a Formatter step to create a lookup table to match information coming from the inital app to the information needed for a subsequent app, then use another Formatter step to convert the output of the lookup table into the desired format, and finally adding it to Airtable.
The first demo for the How to Connect Apps to Webhooks presentation at ZapConnect 2023. In this Zap, we'll use a webhook to watch an app's URL for new instances, go back to the app for additional information in another webhook, use a Formatter step to create a lookup table to match information coming from the inital app to the information needed for a subsequent app, then use another Formatter step to convert the output of the lookup table into the desired format, and finally adding it to Airtable.
- When this happens...Retrieve Poll
Poll a URL and look for new entries.
- automatically do this...GET
Fire off a single GET request with optional querystrings.
- then do this...Utilities
Various utilities like "choose value from list" or "look up in table" (with line-item support).
- then do this...Utilities
Various utilities like "choose value from list" or "look up in table" (with line-item support).
- then do this...Lookup Spreadsheet Row
Find a specific spreadsheet row based on a column and value. If found, it returns the entire row. Optionally, create a new row if no match is found.
- then do this!Create Record
Creates a new record with auto-populating fields.
- Free forever for core features
- 14 day trial for premium features & apps
URLRequired
Key
Deduplication Key
Xpath
Basic Auth
Headers
Try ItPick off a Child Key
Try ItURLRequired
Query String Params
Send As JSON
JSON key
Unflatten
Basic Auth
Headers
URLRequired
Payload Type
Data
Wrap Request In Array
File
Unflatten
Basic Auth
Headers
Catch Raw Hook
Wait for a new POST, PUT, or GET to a Zapier URL. Gives the request body unparsed (max 2 MB) and also includes headers.
Try ItMethodRequired
URLRequired
Data Pass-Through?
Data
Unflatten
Basic Auth
Headers
URLRequired
Payload Type
Data
Wrap Request In Array
File
Unflatten
Basic Auth
Headers
TransformRequired