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 →
{
"name": "ApogeoAPI \u2014 Enrich visitor IP and notify Slack",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "visitor-track",
"responseMode": "onReceived"
},
"name": "Webhook (visitor signup)",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"resource": "ip",
"operation": "geolocate",
"ip": "={{ $json.body.ip }}"
},
"name": "ApogeoAPI: Geolocate IP",
"type": "n8n-nodes-apogeoapi.apogeoapi",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"apogeoApiCredentials": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"channel": "#signups",
"text": "=:wave: New visitor from {{ $json.country.name }} {{ $json.country.flagUrl }}\\nCity: {{ $json.city.name }}\\nTimezone: {{ $json.timezone.name }} ({{ $json.timezone.offset }})\\nIP: {{ $node['Webhook (visitor signup)'].json.body.ip }}",
"otherOptions": {}
},
"name": "Slack: post message",
"type": "n8n-nodes-base.slack",
"typeVersion": 2,
"position": [
680,
300
],
"credentials": {
"slackApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook (visitor signup)": {
"main": [
[
{
"node": "ApogeoAPI: Geolocate IP",
"type": "main",
"index": 0
}
]
]
},
"ApogeoAPI: Geolocate IP": {
"main": [
[
{
"node": "Slack: post message",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": {
"templateCreatedBy": "ApogeoAPI",
"description": "Whenever a webhook fires with an IP address (e.g. from your signup form), enrich it with country, city, and timezone data via ApogeoAPI, then post a formatted message to Slack. Drop-in template \u2014 just configure your Slack channel and the webhook URL on your form.",
"useCases": [
"Sales: see prospect country in real time",
"Ops: detect unusual signup geographies",
"Marketing: route leads to country-specific reps"
]
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
apogeoApiCredentialsslackApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ApogeoAPI — Enrich visitor IP and notify Slack. Uses n8n-nodes-apogeoapi, slack. Webhook trigger; 3 nodes.
Source: https://github.com/APOGEOAPI/n8n-workflows/blob/main/01-ip-enrich-slack.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.
Automates error detection and notification to prevent production downtime. Monitors incoming webhooks, filters critical errors, and triggers alerts or bug reports. Ensures rapid response to critical i
This n8n workflow ensures instant notifications to parents and staff during school emergencies. It processes incoming alerts via webhooks, filters active emergencies, and sends notifications through e
B-Stock Deal Alert — Slack + Email. Uses slack, emailSend. Webhook trigger; 3 nodes.
Gumroad Sale → Slack + Daily Summary. Uses slack, airtable. Webhook trigger; 3 nodes.
This workflow is a production-ready Meta Ads Webhook dispatcher for the Ad Account object. It receives webhook deliveries from Meta, returns the required acknowledgement, routes events by , logs them