Skip to main content
ManticScore integrates with Slack and Notion so your research and build output reaches your team automatically. You can post a research summary to a Slack channel the moment analysis completes, export a build plan as a structured Notion page, or configure per-channel routing for different types of ManticScore events. Both integrations support one-tap export and event-driven automations.

Connecting

Connect Slack through the Composio OAuth flow:
Open the URL in a browser and authorize ManticScore. Slack auto-discovers your workspace channels.

Configure defaults

Slack supports routing different ManticScore events to different channels. Set them once and every export goes to the right place automatically.

List channels

Post a message

Sharing research

Use POST /research/{job_id}/share to export completed research to Slack, Notion, or email in one call.
Omit channel to use your configured default. Set format to detailed for the full research breakdown.

Shipping a build plan

Use POST /build-graphs/{graph_id}/ship to export an entire build graph to Slack or Notion.
ManticScore uses your configured builds_channel and format defaults. Pass channel and format in the request body to override them.

Exporting a single build node to Notion

You can export one build node as a structured Notion page with its objective, acceptance criteria, and test checklist.
Omit parent_id to use your configured Notion default page. ManticScore structures the exported page with sections for the node’s objective, constraints, acceptance criteria, and test checklist.
Both /research/{id}/share and /build-graphs/{id}/ship return 400 if the target integration is not connected, or if a required field (such as a channel or parent page) is missing from both the request and your saved defaults.