Skip to main content
Use custom webhooks to receive Objectionly call data after a call finishes processing.

Event

call.completed Objectionly sends this event when a call reaches the completed state.

Payload

string
required
Event type. For this event, the value is call.completed.
string
required
Unique Objectionly call identifier.
string
required
Dashboard URL for the call.
string
required
Workspace identifier.
string
required
Call status. For this event, the value is completed.
string
required
Call title.
string
required
ISO-8601 call timestamp.
string
ISO-8601 timestamp for when processing completed.
object
Matched sales rep for the call, when available.
array
required
Attendees attached to the call. This is always an array and may be empty.
string
Attendee display name, or null.
string
Attendee phone number, or null.
string
Attendee email address, or null.
string
Upstream attendee identifier, or null.
array
required
Detected objections.
array
required
Detected buying reasons.
array
required
Detected pain points.
array
required
Detected aspirations.
object
Call scoring result, when available.
Attendees are returned in the same order they were accepted during queue ingestion.

Example