> ## Documentation Index
> Fetch the complete documentation index at: https://developer.jobmojito.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interview result submitted

> Sent when an interview or assessment is submitted by the candidate (the result is finalized and AI-scored). If the interview is configured to generate a PDF report, this event is delayed until the report is ready so `pdf_export_url` is included. Also re-sent when a result field changes afterwards (score, recruiter decision, AI analysis, or the PDF report URL).



## OpenAPI

````yaml https://cool.jobmojito.com/functions/v1/openapi-webhooks webhook interview_result
openapi: 3.1.0
info:
  title: JobMojito Webhooks
  version: 1.0.0
  description: >-
    Outgoing webhooks JobMojito POSTs to your configured endpoint(s) when an
    interview or assessment reaches a lifecycle milestone. Configure the target
    URL, subscribed events and custom auth headers per environment in your
    webhook settings. Respond with any 2xx to acknowledge; failed deliveries are
    retried.
servers: []
security: []
paths: {}

````