Best answer

Convert Integromat Scenario to a Zap

  • 12 April 2021
  • 3 replies
  • 271 views

Hello,

I recently created a successful webhook integration using Integromat. I want to recreate that same webhook integration on Zapier, but I don’t see all of the equivalent modules. I did find the webhook though. Can anyone point me in the right direction? Here is the workflow:

  1. Webhook listens for incoming form-data
  2. form-data is transformed to JSON
  3. A generic HTTP Module is used to post to a basic authentication URL to get a token back
  4. That same token is used in the next step of the workflow using another generic HTTP Module post to create a record on a database. The JSON is the payload in the HTTP post, the token is used in the Authorization header as a Bearer token.
  5. The last step is a third generic HTTP - Delete to log out of the database.

None of this has error trapping yet.  Is this a situation where I just keep adding a sequence of webhooks?  That seems like the wrong choice.  Thanks in advance for any help here.

icon

Best answer by BizCharlie 8 June 2021, 14:46

View original

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

3 replies

Hello Andrew,

I chose to stay with Integromat for my integration. If another opportunity comes up I may decide to come back to Zapier.

 

Thanks.

Userlevel 7
Badge +10

@BizCharlie 
Just checking in to see if you still need help with this? 

Userlevel 7
Badge +14

Hi @BizCharlie 

Try using the Webhooks app as an action in the Zap: https://zapier.com/apps/webhook/integrations#triggers-and-actions

You can add Filter/Paths steps to the Zap to provide logic checks:

https://zapier.com/apps/filter/help

https://zapier.com/apps/paths/integrations