The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "opsly-crm-follow-up-reminder",
"name": "Opsly CRM - Follow Up Reminder",
"active": false,
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 9 * * 1-5"
}
]
}
},
"id": "weekday-schedule",
"name": "Weekday 9am",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
]
},
{
"parameters": {
"jsCode": "return [{ json: {\n tenant_slug: $env.TENANT_SLUG || 'unknown',\n type: 'follow_up_reminder',\n title: 'Review open leads and pending follow-ups',\n generated_at: new Date().toISOString()\n} }];"
},
"id": "build-reminder",
"name": "Build Reminder",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
260,
0
]
},
{
"parameters": {
"url": "={{ $env.OPSLY_CRM_NOTIFY_WEBHOOK_URL }}",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "={{ '[' + $json.tenant_slug + '] CRM follow-up reminder: ' + $json.title }}"
}
]
},
"options": {}
},
"id": "notify-reminder",
"name": "Notify Reminder",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
520,
0
],
"continueOnFail": true
}
],
"connections": {
"Weekday 9am": {
"main": [
[
{
"node": "Build Reminder",
"type": "main",
"index": 0
}
]
]
},
"Build Reminder": {
"main": [
[
{
"node": "Notify Reminder",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
"opsly",
"crm",
"bonus"
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Opsly CRM - Follow Up Reminder. Uses httpRequest. Scheduled trigger; 3 nodes.
Source: https://github.com/cloudsysops/opsly/blob/1f8b35afdf449347b2b3f8d8cfd36e0cc2117ef8/.n8n/1-workflows/crm/crm-follow-up-reminder.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
As n8n instances scale, teams often lose track of sub-workflows—who uses them, where they are referenced, and whether they can be safely updated. This leads to inefficiencies like unnecessary copies o
This workflow is an improvement of this workflow by Greg Brzezinka.
N8N-Workflow-Github-Manager. Uses github, httpRequest, n8n. Scheduled trigger; 38 nodes.
This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only.
This workflow acts as an automated engagement bot. It sends a Direct Message (DM) with a link or resource to any follower who replies to your post with a specific target keyword.