Skip to main content

moss interaction list

List interactions with optional filtering.
moss interaction list
moss interaction list --contact-id cnt_abc123 --type call
OptionRequiredDescription
--page <n>NoPage number
--per-page <n>NoItems per page
--sort <field>NoSort field
--order <dir>NoSort order (asc or desc)
--contact-id <id>NoFilter by contact
--deal-id <id>NoFilter by deal
--type <type>NoFilter by type (email, call, meeting, note)
--q <query>NoSearch query

moss interaction show

Show details for a single interaction.
moss interaction show --id int_abc123
OptionRequiredDescription
--id <id>YesInteraction ID

moss interaction log

Log a new interaction. Interactions are immutable — they can be created and deleted, but not updated.
moss interaction log \
  --contact-id cnt_abc123 \
  --type meeting \
  --notes "Discussed Q2 roadmap and pricing" \
  --occurred-at "2026-02-08T14:00:00Z"
OptionRequiredDescription
--contact-id <id>YesContact ID
--type <type>YesType: email, call, meeting, or note
--deal-id <id>NoAssociated deal ID
--notes <text>NoInteraction notes / content
--occurred-at <datetime>NoWhen it occurred (ISO datetime)

moss interaction delete

Delete an interaction.
moss interaction delete --id int_abc123
OptionRequiredDescription
--id <id>YesInteraction ID