Make Integration
Updated 2026-09-15
Make (Integromat) Integration Guide
To connect Make to Time Hive, use the built-in HTTP module.
Setup Steps
- Add a module to the end of your scenario.
- Search for HTTP and select Make a request.
- Configure the module:
- URL:
https://api.timehive.io/ingest - Method: POST
- Headers: Add an item where Name is
Authorizationand Value isBearer YOUR_INGEST_TOKEN - Body type: Raw
- Content type: JSON (application/json)
- Request content:
{"status": "processed", "count": 1} - Parse response: Yes
- URL:
Note: If your Make scenario processes an array or bundle of multiple items at once, you can map the count parameter to the number of items processed to batch them efficiently in one API call.
Run the module once. A successful response indicates the event has been safely logged in your ledger.
If the integration has no Default Task, add "task_id" with the full Task ID (UUID) of the task in the integration's project, for example {"task_id": "271a869c-316f-4568-9f1c-96fa01b297d8", "status": "processed", "count": 1}.