Block 1 - Workflow Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Certification Requirement Tracker with Rocket.Chat and GitLab ️ COMMUNITY TEMPLATE DISCLAIMER: This is a community contributed template that uses ScrapeGraphAI (a community node). Please ensure yo...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-scrapegraphai.scrapegraphai, n8n-nodes-base.if, n8n-nodes-base.gitlab, n8n-nodes-base.merge
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by vinci-king-01.
Original n8n.io source⚠️ COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI community node installed in your n8n instance before using this template.
This workflow automatically scrapes certification-issuing bodies once a year, detects any changes in certification or renewal requirements, creates a GitLab issue for the responsible team, and notifies the relevant channel in Rocket.Chat. It helps professionals and compliance teams stay ahead of changing industry requirements and never miss a renewal.
| Service | Requirement | Example/Notes |
|---|---|---|
| Rocket.Chat | Incoming Webhook URL OR user credentials | https://chat.example.com/hooks/abc123… |
| GitLab | Personal Access Token with api scope |
Generate at Settings → Access Tokens |
| ScrapeGraphAI | Domain whitelist (if running behind firewall) | Allow outbound HTTPS traffic to target sites |
| Cron Schedule | Annual (default) or custom interval | 0 0 1 1 * for 1-Jan every year |
This workflow automatically scrapes certification-issuing bodies once a year, detects any changes in certification or renewal requirements, creates a GitLab issue for the responsible team, and notifies the relevant channel in Rocket.Chat. It helps professionals and compliance teams stay ahead of changing industry requirements and never miss a renewal.
Setup Time: 15-25 minutes
api scope. channel or use an incoming webhook. certification, renewal).// Inside the GitLab "Create Issue" node ↗️
{
"title": `Certification Update: ${$json.domain}`,
"description": `**What's Changed?**\n${$json.diff}\n\n_Last checked: {{$now}}_`,
"labels": "certification,compliance," + $json.industry
}
// Rocket.Chat node → JSON parameters
{
"text": `:bell: *Certification Update Detected*\n>*${$json.domain}*\n>See the GitLab issue: ${$json.issueUrl}`
}
The workflow outputs structured JSON data:
{
"domain": "example-cert-body.org",
"scrapeDate": "2024-01-01T00:00:00Z",
"oldRequirements": "Original text …",
"newRequirements": "Updated text …",
"diff": "- Continuous education hours increased from 20 to 24\n- Fee changed to $200",
"issueUrl": "https://gitlab.com/org/compliance/-/issues/42",
"notification": "sent"
}
api scope and the project ID is correct in the GitLab node. Pro Tips:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automatically track certification changes with ScrapeGraphAI, GitLab and Rocket.Chat |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Document Extraction, AI Summarization |
| Author | vinci-king-01 |
| Published | 26 Dec 2025 |
Use the JSON export at /data/workflows/12154/12154.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Certification Requirement Tracker with Rocket.Chat and GitLab ️ COMMUNITY TEMPLATE DISCLAIMER: This is a community contributed template that uses ScrapeGraphAI (a community node). Please ensure yo...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI Summarization use case.