requestBodyTemplate property
Request body template for HTTP request that will be sent for the webhook. Use Moustache style template variables to insert values from the original event payload.
Implementation
String? requestBodyTemplate;
Request body template for HTTP request that will be sent for the webhook. Use Moustache style template variables to insert values from the original event payload.
String? requestBodyTemplate;