'(Optional) The Content-Type header to use. Defaults to "application/json".',
type:'text',
required:false,
},
{
name:'bodyTemplate',
displayName:'Body template',
placeholder:`{
"event":"{{event.type}}",
"createdBy":"{{event.createdBy}}",
"featureToggle":"{{event.data.name}}",
"timestamp":"{{event.data.createdAt}}"
}`,
description:
"(Optional) You may format the body using a mustache template. If you don't specify anything, the format will similar to the events format (https://unleash.github.io/docs/api/admin/events)",