Skip to main content

Integration submission debugger

The integration submission debugger gives you visibility into integration submission health without digging through logs or looping in engineering. Use it to confirm whether a submission sent, inspect the exact request and response, and diagnose stuck or failed submissions.

Before you begin

  • Confirm your account has access to the submission debugger. It is gated by a user permission during beta.

  • Have the affected integration name, submission date, or profile email ready. Search currently works by email only.

  • Note that invalid, preview, or draft sessions do not create a submission that reaches the destination system.


Use the submission debugger

  1. Navigate to the Integrations page and open the submission debugger. The page shows a summary of submission status and a table of all integrations.

Reviewing the summary view

The summary view shows submission counts across each status:

  • Successful

  • Failed

  • Ready

  • Enqueued

  • Retry

  • Processing

  • Stale

Filter by date range to scope the view to a specific launch window or time period. The default range is the last seven days.


Reviewing the per-integration breakdown

Below the summary, a table lists each integration with:

  • Status counts

  • Total submission volume

  • Last upload time

Use this table to spot an integration with a high failure count or a stale last-upload time before a customer reports it.


Drilling into a submission

  1. Select View next to an integration to see individual submissions.

  2. Select a submission to see the full request and response, including:

  • Request URL

  • HTTP method

  • Request body

  • Headers

  • Response returned

Note: Sensitive values, such as Authorization headers, are automatically redacted.


Common use cases

  • A submission is missing from the destination system. Look up the session and confirm whether it sent, and check the payload for the values that went out.

  • Spot-checking field mappings. Inspect a handful of real submissions before or after a launch to confirm the mapped fields match what you expect.

  • A submission is stuck in Retry or Stale. Open the drill-in view to see the actual request and response instead of guessing from the status alone.


FAQ

Can I search by session ID?

  • Not yet. Search currently supports email only.

Did this answer your question?