Skip to main content
You can check the request payload and response of all API/SDK requests made to SuprSend here. Workflow errors which are detected before workflow execution are also logged here (eg. Trigger condition mismatch, workflow not found and recipient not found).
Each request log entry includes these sections:
SectionDetails
ResponseSuccess response with status, or failure response with error code, description, type, severity, and context
InputHTTP method, endpoint (for example, /event/, /trigger/), and complete JSON payload
Workflow ExecutionIf the request is a workflow trigger or event request, you can see the workflow execution log here. Click on it to navigate to the linked workflow execution log.
SummaryOther relevant information like Recipient (clickable link to user page), idempotency key (with copy button), received at timestamp, workflow name , and tenant ID (if applicable)
Status indicators:
StatusLog LevelMeaning
🟢 CompletedINFORequest was processed successfully. In case of workflow trigger or event requests, this doesn’t mean successful workflow execution. It just means that workflow run request was accepted by SuprSend. You can check the workflow execution log to see the status of the workflow execution.
🟠 Partial FailureWARNINGRequest was not successful, and had warnings (non-actionable errors). For example, workflow trigger condition mismatch.
🔴 FailedERRORRequest failed to execute due to some errors. You should continuously monitor these errors and fix it in real-time as these are critical errors that needs a fix. For example, invalid request payload, authentication failures, workflow not found, recipient not found, etc.
Common errors captured:
Error TypeExamples
API-level errorsInvalid requests, missing required fields, authentication failures
Workflow trigger errorsTrigger condition mismatch, workflow not found, recipient not found
Schema validation errorsIf you have linked schema to the workflow or event and payload doesn’t match the workflow schema
Navigate from here:
  • Workflow trigger / event requests: View execution details in the Workflow execution logs. The linked execution is available in the expanded request log.
  • Broadcast requests: View execution details in the Broadcast execution logs.
  • Other requests: The Request Logs show the final response status and error details.