What you are doing
n8n already tells you the workflow ran. FlowSRE checks one Google Sheet after that SUCCESS. If the row is missing or the status is wrong, that is a FALSE SUCCESS — not a green checkmark.
Do Sheets first. Then add CRM GET in Settings + a HubSpot/Amo/Bitrix contract. Skip the community node, AI, and white-label until that loop is green.
1. Create a workspace
Start the 14-day trial with a work email. Confirm the message. You land on setup. No card.
2. Copy two values into n8n
Open Setup. Copy the URL and x-flowsre-secret. In n8n add HTTP Request as the last node (name it HTTP Request), POST, header x-flowsre-secret. You do not paste an n8n API key. FlowSRE cannot reach n8n on your computer — n8n must call FlowSRE.
3. Share the Google Sheet
On Setup, copy the Viewer email. In Google Sheets: Share → paste that email → Viewer. Click I shared the sheet. You do not create a Google Cloud project.
4. Import one workflow
Open Recipes, download Lead → Google Sheets, import it in n8n. Put the Spreadsheet ID in the Sheets node. Paste the FlowSRE URL and secret into the HTTP Request node. Activate the workflow. Paste the n8n editor URL on Setup so FlowSRE knows the workflow ID — or send one test and we register it automatically.
5. Create the contract and press the tests
New contract: choose the Lead Intake workflow, paste the same Spreadsheet ID, keep lookup email / lead.email and status = qualified.
In Settings, paste the n8n production webhook URL from the first Webhook node. It must be /webhook/…, never /webhook-test/. On Setup, run VERIFIED then FALSE SUCCESS.
After that works
CRM GET is the second live check: FlowSRE calls HubSpot/Amo/Bitrix after n8n SUCCESS. Community node, self-healing, and AI are optional.
Need help?
Open a support request or email support@flowsre.com. Do not send API keys, JSON keys, or webhook secrets.