How to Chain Zaps together with Webhooks

  • 19 December 2022
  • 0 replies
  • 387 views

Userlevel 7
Badge +14

How to Chain Zaps together with Webhooks

 

Why

Chaining Zaps together with webhooks allows for more advanced Zap designs by sharing Zap configurations.

 

Benefits

  1. MANY:1 - MANY Zaps to 1 Zap
  2. 1:MANY - 1 Zap to MANY Zaps
    1. e.g. Create your own Paths
      1. See section (6. Optional: Trigger multiple Zaps with webhooks) in this help article about webhooks: https://help.zapier.com/hc/en-us/articles/8496288690317-Trigger-Zaps-from-webhooks#sending-more-than-one-event-per-webhook-request-0-6

 

Example

3 forms (3 Zaps) that all send data to the same action (1 Zap).

This would be an example of MANY:1 Zap design.

The 1 Zap would receive the standardized common data points from the 3 form Zaps.

 

Best Practices

Label chained Zaps in the order in which they execute.

Using the above example, Zaps 1.A. and 1.B. and 1.C. send data to Zap 2.0.

This labeling structure will help to keep your Zaps organized.

 

Configuration Concept

Zap 1

  1. Trigger: ???
  2. Action: Webhook - POST
    1. Use the webhook URL from Zap 2, Step 1
    2. TIPS:
      1. Add a Timestamp parameter with a dynamic variable to use for making each request unique: https://help.zapier.com/hc/en-us/articles/8496275717261
      2. Add a ZapID parameter with a static value of the Zap ID (found in the browser URL) to help with tracing and troubleshooting data between Zaps in the Zap Runs history details DATA IN/OUT
    3. Other sections can be left as is with their default values/settings
      1. (see screenshot below)

Zap 2

  1. Trigger: Webhook - Catch Hook
    1. Use the webhook URL in Zap 1, Step 2
  2. Action: ???

 

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.