X-SimpliFi-Webhook-Timestamp and X-SimpliFi-Webhook-Signature. Both of these are used to verify the authenticity of the webhook.signature.Timestamp value and Payload, then using HmacSHA256 algorithm the combined value is hashed. This hashed value is then encoded using Base 64.signature should be generated and compared with the supplied signature. What you need is:application/text so that it is not automatically converted into a formatted JSON by any processors.X-SimpliFi-Webhook-Timestamp.X-SimpliFi-Webhook-Signature.