FreJun API

Oauth 2.0 Overview
Connecting your application with FreJun using OAuth 2.0
Initiate integration with Oauth
GETObtain access token
POSTVerify Token
POSTRefresh access token
Calling APIs
POSTInitiate a call
GETCalls API
GETCall Analytics API
Webhooks
Events
Webhook verification
POSTCreate webhook API
PUTUpdate webhook API
DELETEDelete webhook API
GETRetrieve webhook API
GETRetrieve all webhooks API
Example Responses for Webhooks
DocStarBuilt with DocStar
  1. Webhooks
  2. 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?