Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.objectionly.com/llms.txt

Use this file to discover all available pages before exploring further.

Documentation is coming soon. You can currently configure this integration from the Objectionly integrations page.

Call Attendees

When Objectionly imports GoHighLevel call recordings, it attempts to attach the contact as a call attendee. If GoHighLevel returns a usable contact phone number, Objectionly sends it to the Call Processing API as a phone-only attendee:
{
  "attendees": [
    {
      "phone": "+15551234567"
    }
  ]
}
If the contact phone is missing or marked as unknown, Objectionly omits the attendees field for that call.