Back to Tools

Make

Automation

Make (Integromat) automation. Trigger scenarios and pass data between apps.

Available Actions
webhookscenariodatastore
Input Schema
{
  "type": "object",
  "required": [
    "webhook_url"
  ],
  "properties": {
    "payload": {
      "type": "object"
    },
    "webhook_url": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "accepted": {
      "type": "boolean"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/make

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/make \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "webhook"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.