Improve webhooks parameters in the User Defined Format
Hi there!
I have idea to improve webhooks parameters in UDF.
Add entity with all properties in custom format, like:
${Module::format}.
Example:
${Leads::json}
Result:
{"Lead Id":"1234","First Name":"Jack",...and all other params in Leads entity}
This template is more better and simple for clients.
Because you do not have to manually write a list of all available fields in UDF. And if these fields are still added / deleted - this must also be observed to.