Afterthought developer docs

Integration destinations

Generated reference for canonical routing, destination adapters, writable fields, setup requirements, and current delivery modes.

Source of truth: generated from Afterthought adapter documentation. The LLM extracts canonical fields; the app validates, routes, adapts, and executes destination-specific delivery.

Integration index

TodoistTasks via API creation or Todoist Quick Add. NotionPages in a configured Notion database, with manual app/share fallback modes. EmailMail draft creation through mailto. Afterthought does not send the email automatically. ObsidianMarkdown note creation or append through Obsidian URL handling.

Current capability matrix

DestinationObjectDeliveryAuto createWritable fields
Todoist task api Yes title dueDate dueDateTime description priority
Todoist task quickAdd No title dueDate dueDateTime priority
Notion note api Yes title body
Notion note appHandoff No title body
Notion note shareSheet No title body
Email email mailto No recipient subject body
Obsidian note urlScheme No title body

Canonical flow

Speech/Text
  -> Intent extraction
  -> Canonical object
  -> Validation
  -> Routing engine
  -> Destination adapter
  -> Execution