API & AUTOMATION

Integrations & Webhooks : Automate Your Thinking

Connect StructIdeas to your ecosystem (Notion, Zapier, Make) to transform your plans into actions.

How Webhooks Work

A webhook is an automated notification sent by StructIdeas to a URL of your choice as soon as an idea is validated. It's the perfect bridge to send your thought architectures directly into your project management tools.

Webhooks are a PRO plan exclusive feature.

JSON Data Schema

Here is the structure of the data sent by StructIdeas when a webhook is triggered:

{
  "id": "idea_uuid",
  "markdown": "# Architecture de Pensée\n\n## Vision\n..."
}
Notion

Tutorial: Connect to Notion (via Make/Zapier)

  • 1

    Create a new scenario on Make or Zapier with a 'Custom Webhook' as the trigger.

  • 2

    Copy the provided URL and paste it into your group settings on StructIdeas.

  • 3

    Add a Notion 'Create Database Item' module and map the JSON fields (title, markdown content) to your Notion columns.

Slack

Tutorial: Slack Notifications

  • 1

    Use a Slack Incoming Webhook or use an automation tool.

  • 2

    Format the message to include the public link of your structured idea.