Verify HMAC

Verify a message against an HMAC signature. This is commonly used to verify webhooks.

This block is used to verify HMAC signatures, which are commonly used to verify the authenticity of webhooks. Consult the documentation of the service you are using to determine the correct values for the Message, Signature, Secret, and Algorithm fields.

Inputs

Message

Signature

Secret

Algorithm

The hashing algorithm used to create the signature. This should match the algorithm used to create the signature.

Outputs

Match