@extends('layouts.master') @section('content') @php $channel_label = ucwords(str_replace('_', ' ', config('channel.name'))); @endphp
{{-- ========== Welcome strip ========== --}}
Automation builder

Make an Automation

Pick a Shopify webhook and forward it to your {{ $channel_label }} workflow in just a few clicks.

{{-- ========== Main grid ========== --}}
{{-- Choose webhook + Connect --}}

Choose webhook

Select a Shopify webhook event to synchronize with {{ $channel_label }}.

Step 1
{{-- Quickly Connect favorites --}} @if(count($favorites)) @endif {{-- Help / Support card --}}
Support

Do you have any queries or need help?

You can reach out live support or send us an email. We'll get back to you shortly.

Send an Email
@endsection @section('last_scripts') @endsection