Documentation Index
Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
Use this file to discover all available pages before exploring further.
v1.0.7
May 14, 2026
- Update Contact endpoint — Added PUT /contacts/ for updating an existing contact’s
emails,phones,names,locations, andcustom_fields. Uses sparse PUT semantics: any field you include replaces the existing collection in full; any field you omit is left untouched. Empty arrays ([]) wipe a collection; providingcustom_fieldsclears every key not in the object. - Update Company endpoint — Added PUT /companies/ for updating a company’s
domainandname. Uses sparse PUT semantics — only the fields you include are modified. namefield on Get Company — The Get Company response now includesnamealongsideidanddomain. This is an additive change; existing fields are unchanged.
v1.0.6
April 20, 2026
include_browsing_session_dataparameter on Get Contact — Addedinclude_browsing_session_datato the Get Contact endpoint. When set to1, the response includes abrowsing_session_hitsarray with up to the last 1000 raw browsing hits (page views) for the contact, ordered by most recent first. Each hit includesevent_url(full URL),referrer_host,source,country,device_type,browser,os,event_name, andevent_time_utc.
v1.0.5
April 7, 2026
include_eventsparameter on Get Contact — Addedinclude_eventsto the Get Contact endpoint. When set to1, the response includes aneventsarray containing the contact’s full journey — all conversions and touchpoints sorted by most recent first. Conversion events includeevent_name,amount,event_url,order_id,order_name,channel(browser/server), andintegration. Touchpoint events includesource,touchpoint_url,referrer_url, and the full ad hierarchy (ad_name,adset_name,campaign_name,account_name).hide_direct_touchpointsparameter on Get Contact — Addedhide_direct_touchpoints(default1) to the Get Contact endpoint. Wheninclude_events=1, direct touchpoints are excluded by default. Set to0to include them.
v1.0.4
March 19, 2026
use_custom_field_labelsparameter — Addeduse_custom_field_labelsto the List Contacts and Get Contact endpoints. When set to1, custom field keys use user-defined labels (e.g."Customer Age") instead of raw column names (e.g."profile_field_1"). Fields without a configured label retain their raw column name.
v1.0.3
February 27, 2026
- Ad hierarchy fields on List Events — Added
ad_name,adset_id,adset_name,campaign_id,campaign_name,account_id, andaccount_nameas requestable fields on the List Events endpoint. These fields requiresourcesto be provided and return the ad, ad set, campaign, and account data from the attributed touchpoint.
v1.0.2
February 19, 2026
include_all_emailsparameter — Addedinclude_all_emailsto the List Contacts and Create Contact Export endpoints. When set to1, returns all email addresses associated with a contact, including emails from merged profiles.
v1.0.1
February 17, 2026
- Custom fields on Create Event — The Create Event endpoint now accepts custom profile fields (
profile_field_1throughprofile_field_30) as root-level properties. Fields 1-15 accept text, 16-25 accept numbers (string or number), 26-30 accept dates. event_urlfield — Addedevent_urlas a requestable field on the List Events and Create Event Export endpoints. Returns the full URL where the event occurred.