Trigger a 'technician on the way' SMS to a customer when a field service system emits a job/appointment status webhook.

domain: developer.servicetitan.io · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Subscribe to the FSM platform's appointment/dispatch lifecycle webhook (e.g., ServiceTitan V2 Webhooks support job/appointment/customer events with HMAC-signed payloads).
  2. On receiving the 'en route'/'dispatched' event, verify the webhook's HMAC signature using the configured HMAC key before trusting the payload.
  3. Look up the customer's phone number and appointment details from the FSM system's API — webhook payloads are typically thin references, not full records.
  4. Send the SMS via a messaging provider (e.g., Twilio's Messages API) using the resolved phone number and a templated 'on the way' message.
  5. Handle retries idempotently — most FSM webhook systems (ServiceTitan included) retry non-2xx responses on a backoff schedule, so duplicate events are expected.

Known gotchas

Related routes

configure a FieldRoutes trigger rule to fire an outbound webhook when a service or subscription event occurs
fieldroutes.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans