event
types are supported:
'conversation_created'
'conversation_updated'
'conversation_deleted'
'message_created'
if(sha256(<json property from transform step>; "hex"; <signingSecret property from webhook step>) = <signature property from webhook step>; 200; 403)
. This will return a 403 status code if the signature is invalid.