Question

Is storing webhook value and checking possible

  • 12 January 2022
  • 7 replies
  • 24 views

I wonder if the following is possible.

I want a webhook for a alert, then it needs to store the value of the webhook to true. If the second webhook is also triggered then it should check if the value of webhook 1 is setted to true. If so then it should set trigger a one new webhook to a outgoing service.


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

7 replies

Userlevel 7
Badge +14

Hi @rvd20 

Consider using an operational database (ODB) with an app such as Airtable log and check against in your Zap logic.

Thanks for your reply @Troy Tessalone ! :)

Are there also other tools / solutions available then Airtable?

Userlevel 7
Badge +14

@rvd20 

Check out the available Zap apps here: https://zapier.com/apps

Thanks @Troy Tessalone ! I look at Airtable and I think it is what I’m looking for.

How would you set it up? With one or two flows? Because they are both triggered by an alert.

Userlevel 7
Badge +14

@rvd20 

Zap logic would look something like this, but TBD depending on your logic

  1. Trigger: Webhook - Catch Hook
  2. Action: Airtable Find/Create Record (finds and existing record or creates a new record)
  3. Action: Filter (if found or created depending on your logic)
  4. Action: Airtable Update Record (tbd if needed)

@Troy Tessalone 

 

Instead of step 3. Action: Filter can I use Find record in Airtable?

Userlevel 7
Badge +14

@rvd20

Depends on what data points you are using from your webhook.

Perhaps you can outline a specific example to help us have better context.