Skip to main content
Question

Webhook - Can payload be decrypted

  • May 3, 2021
  • 2 replies
  • 156 views

Hello!

I am not currently a Zapier customer but a potential integrator for our customers that use this service.

We’re looking to possibly use a webhook to send some information, which could be sensitive in some cases. We were thinking of encrypting the JSON payload with a shared secret.

With Zapier, would a customer receiving this encrypted payload be able to decrypt it in Zapier to then process that data how they wish?

Thank you!

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

2 replies

Forum|alt.badge.img+9
  • Zapier Staff
  • May 3, 2021

That’s possible, but you might consider that the message is sent from your app to Zapier via HTTPS and is thus already encrypted.

What some have asked for is the ability to provide a digest of the message, to ensure the message integrity. This is possible, assuming you implement key agreement during hook subscription, or as part of auth.


AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • June 24, 2021

@francis.carriere 
Just checking in to see if you still need help with this?