What is Automation Receipts?
Automation Receipts is a readable receipt/log layer for automations, including AI-assisted workflows. Your workflow sends one HTTP request, and the app turns the important details into a receipt people can read later.
Add one HTTP request to your AI workflow and get a readable receipt.
FAQ
A short guide for n8n users, solo builders, small teams, and automation consultants who want readable records for AI-assisted workflows.
Automation Receipts is a readable receipt/log layer for automations, including AI-assisted workflows. Your workflow sends one HTTP request, and the app turns the important details into a receipt people can read later.
Not primarily. Automation Receipts can record approval status and review notes, but its main job is to make a clear receipt of what happened in an automation.
No. Approval can be recorded in Automation Receipts, but approval may happen in n8n, Slack, email, another tool, or may not be required for a workflow at all.
No. Automation Receipts does not replace n8n, Make, Zapier, cron jobs, or custom scripts. It sits beside them as a receipt layer.
A receipt can record the automation name, source platform, trigger, input summary, output summary, model or tools used, status, risk level, approval status, final action, and timeline events.
No. Send summaries by default. Avoid storing full customer messages, private documents, secrets, API keys, or raw model payloads unless you have a clear reason.
Yes. Start with sample data before connecting real customer data. It is the safest way to confirm your workflow can create a receipt.
Any platform or script that can send an HTTP POST with JSON can create a receipt. n8n is the first practical guide, but the app is service-agnostic.
Use an HTTP Request node in n8n. Send a JSON body to the Automation Receipts run endpoint with an Authorization header containing your Automation Receipts API key.
run_uid is your workflow's unique ID for one automation run. Automation Receipts uses it to prevent duplicate receipts in the same workspace, so use a dynamic value like an execution ID or timestamp.
Yes. PHP scripts, PowerShell scripts, Python jobs, cron jobs, and internal tools can send receipts as long as they can make an authenticated JSON request.
No. Pricing is not active yet. Automation Receipts is in early testing with n8n and automation users.
No. Automation Receipts is intentionally smaller than that. It is for readable receipts of AI-assisted automations, not a workflow builder, monitoring suite, or enterprise governance platform.
It is for solo builders, small teams, n8n users, and automation consultants who want a practical record of what their AI workflows did.
Use the request access form and mention the workflow you want to connect. After access is approved, create an API key in Automation Receipts and keep it out of screenshots, chat, docs, and public places.