Calimatic Connect|Documentation
PricingSign In
Make (Integromat)

Make (Integromat)

Automate workflows by sending data to Make scenarios.

Automationwebhook_send

Connect Make (Integromat)

Make (Integromat) uses API key authentication. Send your credentials directly via the connect endpoint:

POST /connect/v1/providers/make/connect
# Headers
Authorization: YOUR_JWT_TOKEN
Content-Type: application/json
# Body
{
"credentials": { "apiKey": "your-api-key" }
}

Check Status

Verify whether your Make (Integromat) connection is active and credentials are valid:

GET /connect/v1/providers/make/status
# Headers
Authorization: YOUR_JWT_TOKEN

Disconnect

Remove the Make (Integromat) connection and revoke stored credentials:

DELETE /connect/v1/providers/make/disconnect
# Headers
Authorization: YOUR_JWT_TOKEN