Testing

Verify your integration before going live.

3 minPrerequisites: Form connected

Problem: You deployed your integration but have no confirmation it is actually sending responses to your Inbox — until a real user submits and nothing appears.

Solution: Run a manual test submission before launch — 60 seconds to confirm the full path works.

Manual Test Steps

  1. 01.Open your form in the browser
  2. 02.Fill in all required fields with test data
  3. 03.Submit the form
  4. 04.Open browser DevTools console (F12) — check for SDK errors
  5. 05.Go to /app/inbox
  6. 06.Open your project
  7. 07.Confirm the submission appears with status Reply
  8. 08.Confirm the payload contains your test data

Pre-Launch Checklist

  • SDK installed
  • Client created with correct project key
  • trackResponse() called after successful submit — not before
  • Error handling wraps trackResponse() call
  • Test submission appears in Inbox
  • Response status is Reply
  • Response payload matches form fields exactly

Result: You now have end-to-end confirmation that your integration works — every future submission will appear in Inbox reliably.

Common Questions

How do I test my EnterestOS SDK integration?

Fill out your form and submit it. Go to /app/inbox, open your project, and confirm the submission appears with status Reply and the correct payload data.