Connect Your AgentMake Integration

Make Integration

Connect Make (formerly Integromat) scenarios to AIGodfather.

Setup

1

Add an HTTP module

In your Make scenario, add a "Make a request" HTTP module.

2

Configure

FieldValue
URLhttps://www.aigodfather.ai/api/v1/events
MethodPOST
HeadersAuthorization: Bearer YOUR_KEY
Body typeJSON
3

Add a Router for blocked events

Route based on blocked field in response.

Make supports webhooks — you can receive approval notifications back into your scenario.
json
{
  "action": "scenario_executed",
  "message": "Make scenario ran",
  "severity": "info",
  "metadata": {
    "scenarioId": "{{scenario.id}}",
    "scenarioName": "{{scenario.name}}"
  },
  "tags": ["make", "automation"]
}