Skip to main content
GET
cURL
Returns a list of all available webhook event types and their descriptions. Use this endpoint to discover which events you can subscribe to when creating or updating a webhook.

Response

Returns an array of event objects.

Webhook delivery format

When an event fires, Salesfinity sends an HTTP POST to your configured webhook URL with a JSON body of the shape { "event": <EVENT>, "payload": <data> }.

CALL_LOGGED payload

contact_list is the dialing-queue list id (ContactList._id) — an internal id that changes each time a list is imported for dialing. source identifies the original source list: for CSV lists, source.id is the CSV list id you see in Get All Lists (/v1/contact-lists/csv), and source.name is its name. For non-CSV lists, source.id/source.name are null and only source.type (e.g. hubspot) is provided. Use source.id — not contact_list — to match a call back to the list you dialed.
You can filter CALL_LOGGED deliveries by disposition when creating the webhook (see Create Webhook).

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Webhook events retrieved successfully

event
string
description
string