Skip to content
English
  • There are no suggestions because the search field is empty.

Go-live checklist

Learn the steps to take an Empath webhook integration from design to production with confidence.

Learn the checks to complete before you rely on webhooks in production.

Checklist

  1. Decide which questions you're automating (assigned, completed, failed). Only subscribe to Content published if you have a use for it.
  2. Build your Empath user ID mapping, or turn on personal data and match on email. See “Identify people: user IDs or personal data”.
  3. Stand up an HTTPS receiver that verifies the signature, de-duplicates on id and answers 2xx fast. See “Build a receiver: the recommended pattern”.
  4. Create the webhook and store the signing secret. See “Create a webhook: Review & test and the signing secret”.
  5. Run Test webhook in the wizard, then again on the saved row. The row test proves your signature check.
  6. Assign a real course to a real person and confirm a live course.assigned arrives (id starts with whk_).
  7. Complete that course and confirm course.completed arrives.
  8. Check Delivered, Failed and health after your first deployments, and keep Webhook & account alerts on so you hear about outages.

Still need help?

Reach out to your Partner Success Manager, or email us at support@empathmsp.com. We’re happy to help!

Related articles

  • Before you start
  • Test deliveries vs live deliveries
  • Webhook health and the unhealthy alert