Skip to content

Endpoint Configuration

Location: Apps → Convoso Connect

The Convoso Connect list shows all configured integrations. Each row displays the Name (clickable), API URL, Type, Status (toggle-able directly), and an Action gear dropdown with Settings and Delete.

Configuration Fields

FieldDescriptionOptions / Notes
NameInternal label for the connectionFree text (e.g. "Data Transfer to CRM")
API URLFull destination endpoint URLMust include protocol (https://)
API AuthenticationQuery string credentials appended to the requeste.g. api_key=XXX&credential=YYY
Authorization HeaderHTTP headers sent with the requestPipe-delimited. e.g. Content-type: application/json|Authorization: OAuth TOKEN
Request MethodData directionGET (inbound) or POST (outbound)
Post Data TypeHow the POST body is encoded (POST only)RAW (URL-encoded form) or JSON
Response Data TypeHow Convoso parses the responseJSON, XML, or TEXT
API IntegratorPre-built platform templatesNone, HubSpot v1, HubSpot v3, Blue Ink Digital
DelimiterSeparator for multi-value fieldsCharacter or string
Response KeyKey within the response to read/act upone.g. "success" from {"success": true}
Adaptor IdLinks to a saved Adaptor for field mappingRequired for POST. Dropdown of all active Adaptors.
ActiveMaster on/off toggleYes / No

WARNING

An Adaptor is required for POST (outbound) endpoints. For GET (inbound) endpoints, an Adaptor is optional.

Testing a Connection

Below the settings form is a Test Convoso Connect panel. Enter a Lead ID (it pre-populates with a recent account lead) and click Test to fire a live API request using that lead's data through the linked Adaptor.

The response is captured in the Logs tab.

Diagnosing Null Results

A null result means the systems failed to communicate. Check these in order:

  1. Endpoint URL — verify the full URL including protocol
  2. Authentication credentials — API key, OAuth token, etc.
  3. IP whitelisting — ensure 66.85.240.0/21 is allowed on the receiving endpoint
  4. Response Data Type — must match what the API actually returns (JSON, XML, or TEXT)
  5. Adaptor field mappings — verify fields are correctly mapped

Convoso Connect Logs

Every outbound API call is logged. Access logs from the Convoso Connect Logs tab on any endpoint, or from Workflow Automation logs for workflow-triggered fires.

ColumnDescription
IdUnique numeric log entry ID
DatePST timestamp of the API call
Primary PhonePhone number of the lead involved
ResultAPI response (null = failure, or a success token / error)
ActionView button — opens the Input Data modal

Input Data Modal

Clicking the View button opens the Input Data modal showing the complete URL and parameter string sent for that call. This is the primary debugging tool for diagnosing failed or unexpected API responses.

TIP

The Input Data modal shows the exact POST string transmitted — use it to verify that Adaptor field mappings are producing the expected parameter names and values.

Log Features

  • Date-range filtering
  • Search by phone number or result
  • Export to CSV
  • Pagination: 20 / 50 / 100 / 200 / 500 / 1000 per page

Community project — not affiliated with or endorsed by Convoso.