Create scheduled job record for incoming appointment webhooks

Appointment webhooks lack a stable dedupe key and create duplicate scheduled jobs. Store combined customer+date keys so IT can prevent duplicates before downstream jobs run.

Create scheduled job record for incoming appointment webhooks

Overview

Incoming appointment webhooks often produce duplicate scheduled jobs that bloat queues and complicate handoffs; this flow captures a composite customer+date key and stores it for deduplication. That delivers cleaner queues and lets IT validate handoffs to downstream schedulers within minutes.

Create scheduled job record for incoming appointment webhooks