@include('automation2._back')
{{ trans('messages.automation.action.outgoing-webhook.desc', [ 'app_name' => Acelle\Model\Setting::get('site_name'), ]) }}
@if ($httpConfig->uid != 'none')| {{ trans('messages.webhook.request_method') }} | {{ $httpConfig->request_method }} | ||
|---|---|---|---|
| {{ trans('messages.webhook.authorization_options') }} | {{ trans('messages.webhook.' . $httpConfig->request_auth_type) }} | ||
| {{ trans('messages.webhook.endpoint_url') }} | {{ $httpConfig->request_url }} | ||
| {{ trans('messages.webhook.headers') }} |
@if (count($httpConfig->getRequestHeaders()))
|
||
| {{ trans('messages.webhook.unified_body_configuration') }} | {{ trans('messages.webhook.' . $httpConfig->request_body_type) }} | ||
| {{ trans('messages.webhook.body_parameters') }} |
@if(count($httpConfig->getRequestBodyParams()))
|
||
| {{ trans('messages.webhook.plain_text') }} | {!! $httpConfig->request_body_plain !!} |
{{ trans('messages.automation.action.delete.wording') }}