How to filter events in DrChrono webhook trigger

DrChrono supports sending multiple events into the same webhook url and one common scenario is that you want the workflow in Keragon to do different things for different events.

DrChrono trigger headers

Note that the event type is sent by DrChrono in the headers under the name "X-drchrono-event".

Use a "Helpers / Branch" logic component

You can add a branch step after the DrChrono trigger to create multiple branches for the different events that you receive from DrChrono.

Configuration

  1. Add a Helpers / Branch action step after the DrChrono trigger
  2. Click on the "if condition true" 
  3. Setup your conditional
  4. Add more branches if needed

 

 

Filtered events

With this configuration, you are filtering events from DrChrono, and in each branch, you can add different actions to be performed.

Was this article helpful?
0 out of 0 found this helpful

Articles in this section