{{__mc('Send webhook') }} @if ($url) to {{ $url }} @endif

{!! __mc('These webhooks will use the same signature validation as documented for the event webhooks', [ 'url' => 'https://mailcoach.app/resources/learn-mailcoach/advanced/webhooks#content-configuring-webhooks', ]) !!}

{{ __mc('Example payload') }} { "automation_name": "{{ $automation->name }}", "automation_uuid": "{{ $automation->uuid }}", "subscriber": { "email_list_uuid": "{{ $automation->emailList->uuid }}", "email": "john@doe.com", "first_name": null, "last_name": null, "extra_attributes": [], "tags": [], "uuid": "{{ \Illuminate\Support\Str::uuid() }}", "subscribed_at": "{{ now()->startOfSecond()->toJSON() }}", "unsubscribed_at": null, "created_at": "{{ now()->startOfSecond()->toJSON() }}", "updated_at": "{{ now()->startOfSecond()->toJSON() }}" }