Connecting
- Slack
- Notion
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
UsePOST /research/{job_id}/share to export completed research to Slack, Notion, or email in one call.
- Export to Notion
Shipping a build plan
UsePOST /build-graphs/{graph_id}/ship to export an entire build graph to Slack or Notion.
- Ship to Slack
- Ship to Notion
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.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.