FreJun API

Oauth 2.0 Overview
Calling APIs
Webhooks
DocStarBuilt with DocStar
  1. /
  2. Webhooks
  3. /
  4. Example Responses for Webhooks

Example Responses for Webhooks

event

Webhook response

call.status

{

    "event": "call.status",

    "call_id": string,

    "call_creator":string,

    "candidate_number": string,

    "virtual_number": string,

    "call_status": string,

}

call.propertyChange.notes

{

    "event": "call.propertyChange.notes",

    "call_id": string,

    "call_creator": string,

    "call_creator":string,

    "candidate_number": string,

    "virtual_number": string,

    "call_details": {

         "notes": string

    }

}

call.propertyChange.call_reason

{

    "event": "call.propertyChange.call_reason",

    "call_id": string,

    "call_creator":string,

    "candidate_number": string,

    "virtual_number": string,

    "call_details": {

         "call_reason": string

    }

}

call.propertyChange.call_outcome

{

    "event": "call.propertyChange.call_outcome",

    "call_id": string,

    "call_creator":string,

    "candidate_number": string,

    "virtual_number": string,

    "call_details": {

         "call_outcome": string

    }

}

call.recording

{

    "event": "call.propertyChange.call_reason",

    "call_id": string,

    "call_creator":string,

    "candidate_number": string,

    "virtual_number": string,

    "recording": url

}

Was this helpful?
DocStarBuilt with DocStar
Was this helpful?