Enhanced Webhook Payloads

Hi, I saw that you guys just released an update for better webhook payloads.

Could you guys add some mustache template examples of how to use that data ?

For example, when I want to get some related entities it returns invalid JSON:

// input
"related_entities": {{related_entities}}

// output
"related_entities": [{"id"=>"1570175", "type"=>"item_type", "attributes"=>{"name"=>"Post",

I really appreciate any help you can provide.

Hi @dev15, please retry, we should have fixed the JSON encoding there! :pray: