For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔗Webhooks and Integrations

Webhooks and Integrations

Use webhooks and integrations when automation needs to communicate outside the current app. This can mean receiving work from an external system, sending an approved record to another system, or handing work to another NotionApps app.

Linked App Exchange screen type.

Use Linked App Exchange when work moves between apps.

When to use external automation

Use a webhook or linked app handoff when:

  • A form outside NotionApps should create a record.

  • An approved request should notify another system.

  • A customer app should send work to an internal operations app.

  • A completed workflow should update another tool.

  • A failed external delivery should create an exception.

Maker setup pattern

  1. Decide the event that should send or receive data.

  2. Choose the source record.

  3. Map only the fields the destination needs.

  4. Define success status.

  5. Define failure status.

  6. Show delivery result in Workflow Status, Linked App Exchange, or Exception Resolution.

  7. Test with realistic data.

  8. Confirm no secrets are exposed to app users.

Verification

External automation is ready when the sending app shows success, the receiving system has the expected data, and failed delivery creates a visible exception.