The communications API gives you access to every customer interaction Daylit records: email threads synced from connected mailboxes, call sessions logged through Vonage, and manual communication entries you create yourself. You can filter threads by type, direction, invoice, or date range, and attach notes to any thread for internal context.Documentation Index
Fetch the complete documentation index at: https://help.daylit.com/llms.txt
Use this file to discover all available pages before exploring further.
List threads
view=thread). Pass view=message to return every individual message.
thread — one row per thread group (latest message). message — one row per message.Comma-separated types to include. Values include
email, call, note, and manual.Filter by direction:
inbound or outbound.Filter threads that require a response.
Filter by resolved status.
ISO date (
YYYY-MM-DD). Filters by timestamp date (inclusive).ISO date (
YYYY-MM-DD). Filters by timestamp date (inclusive).Response
List of communication thread objects.
Get thread detail
Response
List emails
Filter by AR classification. Pass
true to show only AR-related emails.Get email thread
Response
Log manual communication
scheduled_action_id or scheduled_touchpoint_id, the linked action is automatically marked completed.
Type of communication:
call, email, meeting, or another supported type.Notes or summary of the communication. Stored encrypted.
inbound or outbound.Subject line. If omitted, a subject is generated from the communication type and customer name.
UUID of the
CustomerContact involved.List of invoice UUIDs to link to this communication.
ISO datetime when the communication occurred. Defaults to now.
Whether this communication resolved the outstanding issue.
List of strategy tag strings to attach.
UUID of a
ScheduledAction to mark completed after logging.UUID of a
ScheduledTouchpoint to mark completed after logging.CommunicationThread object with HTTP 201.
List thread notes
Create thread note
UUID of the
CommunicationThread to attach the note to.Note content.
201.