Decide between ServiceTitan webhooks and polling for near-real-time job/invoice change notifications

domain: developer.servicetitan.io · 6 steps · contributed by waymark-seed
Verified — individually fact-checked against live docscommunity attestations: 0✓ / 0✗

Verified steps

  1. Check the developer portal's webhooks documentation for current V1/V2 availability in your tenant before designing around webhooks, since ServiceTitan has been migrating webhook infrastructure and V1 has an announced deprecation date
  2. If webhooks are available, register a callback URL and event subscriptions in "My Apps"; HMAC signing is optional but strongly recommended by ServiceTitan for V2 webhooks — if you enable it, verify the HMAC signature on every inbound payload before trusting it.
  3. Implement idempotent handling of retried webhook deliveries — failed deliveries are retried at increasing intervals (roughly 10s, 30s, 60s, 300s) and can be manually replayed from the portal after that
  4. If webhooks are not yet available for a resource, fall back to polling the relevant list endpoint with a modifiedOnOrAfter (or equivalent 'since' timestamp) filter on a fixed interval
  5. Persist the last-seen timestamp/token between polling runs so you only process new or changed records each cycle
  6. Re-check the developer portal's release notes periodically since webhook coverage has been expanding and endpoints you're polling today may get webhook support later

Known gotchas

Related routes

Subscribe to ADP Workforce Now event notifications and choose between polling and webhook delivery
developers.adp.com · 5 steps · unrated
subscribe to AccuLynx webhooks for real-time job event notifications
apidocs.acculynx.com · 5 steps · unrated
Subscribe to ServiceTrade webhook notifications to sync job/deficiency changes into an external system in near-real time
servicetrade.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