{
	"name": "Heeb weekly AI visibility monitor",
	"active": false,
	"nodes": [
		{
			"parameters": {
				"content": "## Replace four values before you activate\n\n1. **Heeb** node, Entity Name: `YOUR_BRAND`\n2. **Heeb** node, Entity URL: `https://your-brand.example`\n3. **Heeb** node, Prompt: the question your buyers actually ask\n4. Both **Slack** nodes, Channel: `#general`\n\nModels are `openai/gpt-5.6-luna` and `google/ai-mode`. The sellable catalog changes over time, so check heeb.ai/pricing for the current list.",
				"height": 320,
				"width": 420
			},
			"id": "6f1c4c22-9b1e-4a4b-9a1e-0c2f7f7a1d01",
			"name": "Read me first",
			"type": "n8n-nodes-base.stickyNote",
			"typeVersion": 1,
			"position": [-780, -180]
		},
		{
			"parameters": {
				"rule": {
					"interval": [
						{
							"field": "weeks",
							"weeksInterval": 1,
							"triggerAtDay": [1],
							"triggerAtHour": 8,
							"triggerAtMinute": 0
						}
					]
				}
			},
			"id": "1b7a2e34-5c48-4d7f-8a11-9f2b6d3c4e02",
			"name": "Every Monday at 08:00",
			"type": "n8n-nodes-base.scheduleTrigger",
			"typeVersion": 1.3,
			"position": [-300, 0]
		},
		{
			"parameters": {
				"operation": "submit",
				"prompt": "What are the best AI visibility tracking tools in 2026?",
				"entityName": "YOUR_BRAND",
				"entityUrl": "https://your-brand.example",
				"models": "openai/gpt-5.6-luna, google/ai-mode",
				"country": "US",
				"waitForCompletion": true,
				"timeout": 180,
				"pollInterval": 10
			},
			"id": "2c8b3f45-6d59-4e80-9b22-0a3c7e4d5f03",
			"name": "Heeb",
			"type": "@heebai/n8n-nodes-heeb.heeb",
			"typeVersion": 1,
			"position": [-80, 0]
		},
		{
			"parameters": {
				"conditions": {
					"options": {
						"caseSensitive": true,
						"leftValue": "",
						"typeValidation": "strict",
						"version": 3
					},
					"conditions": [
						{
							"id": "8d4e1a90-2b36-4c58-9d71-3e5f8a2b6c04",
							"leftValue": "={{ $json.scores.visibility }}",
							"rightValue": 100,
							"operator": {
								"type": "number",
								"operation": "lt"
							}
						}
					],
					"combinator": "and"
				},
				"looseTypeValidation": false,
				"options": {}
			},
			"id": "3d9c4a56-7e6a-4f91-8c33-1b4d8f5e6a05",
			"name": "Visibility below target",
			"type": "n8n-nodes-base.if",
			"typeVersion": 2.3,
			"position": [140, 0]
		},
		{
			"parameters": {
				"authentication": "accessToken",
				"resource": "message",
				"operation": "post",
				"select": "channel",
				"channelId": {
					"__rl": true,
					"value": "#general",
					"mode": "name"
				},
				"messageType": "text",
				"text": "=Heeb weekly check: {{ $json.entity.name }} scored {{ $json.scores.visibility }} out of 100 visibility on \"{{ $json.prompt }}\" in {{ $json.location }}. Combined sentiment {{ $json.scores.sentiment }}. Models that mentioned it: {{ $json.results.filter((r) => r.mentioned).map((r) => r.model).join(', ') || 'none' }}.",
				"otherOptions": {}
			},
			"id": "4e0d5b67-8f7b-4a02-9d44-2c5e9a6f7b06",
			"name": "Alert: visibility dropped",
			"type": "n8n-nodes-base.slack",
			"typeVersion": 2.4,
			"position": [400, -120]
		},
		{
			"parameters": {
				"authentication": "accessToken",
				"resource": "message",
				"operation": "post",
				"select": "channel",
				"channelId": {
					"__rl": true,
					"value": "#general",
					"mode": "name"
				},
				"messageType": "text",
				"text": "=Heeb weekly check: {{ $json.entity.name }} kept full visibility, {{ $json.scores.visibility }} out of 100, on \"{{ $json.prompt }}\" in {{ $json.location }}. Combined sentiment {{ $json.scores.sentiment }}.",
				"otherOptions": {}
			},
			"id": "5f1e6c78-9a8c-4b13-8e55-3d6f0b7a8c07",
			"name": "Weekly visibility summary",
			"type": "n8n-nodes-base.slack",
			"typeVersion": 2.4,
			"position": [400, 120]
		}
	],
	"connections": {
		"Every Monday at 08:00": {
			"main": [
				[
					{
						"node": "Heeb",
						"type": "main",
						"index": 0
					}
				]
			]
		},
		"Heeb": {
			"main": [
				[
					{
						"node": "Visibility below target",
						"type": "main",
						"index": 0
					}
				]
			]
		},
		"Visibility below target": {
			"main": [
				[
					{
						"node": "Alert: visibility dropped",
						"type": "main",
						"index": 0
					}
				],
				[
					{
						"node": "Weekly visibility summary",
						"type": "main",
						"index": 0
					}
				]
			]
		}
	},
	"settings": {
		"executionOrder": "v1"
	},
	"pinData": {},
	"meta": {
		"templateCredsSetupCompleted": false
	},
	"tags": []
}
