Configuration

@if ($saved)
Saved.
@endif

Prospecting schedule

Limits when and how fast this agent sources new leads from Apollo. Sends still wait for approval. Leave the window hours blank to source around the clock.

Days to source on
@foreach ($this->days() as $iso => $label) @endforeach

Untick weekends to skip them. All days = runs every day.

Mailblaze merge tags

Map the tags your Mailblaze templates use (e.g. [LNAME], [ORG]) to a source. Sent on top of the built-ins your templates can reference as [CONTENT], [SUBJECT], [NAME], [FIRST_NAME], [LAST_NAME], [COMPANY], [TITLE], [COUNTRY], [EMAIL].

Add tag
@if (! empty($merge_tags))
@foreach ($merge_tags as $i => $row)
@foreach ($this->mergeSources() as $key => $label) @endforeach @if (($row['source'] ?? '') === 'static') @endif
@endforeach
@else

No custom tags — the built-ins above are still sent.

@endif
Save changes