requestBodyTemplate property

String? requestBodyTemplate
getter/setter pair

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;