Overview
Want to update your SlowNet page whenever something happens — like a new RSS post, or a new calendar event?You can use tools like Zapier or n8n to make HTTP requests to your SlowNet API.
Example with Zapier Webhooks
- Create a Zap with any trigger (like new Google Calendar event).
- Add an Action: Webhooks by Zapier → POST.
- Set up the request:
- URL:
https://theslow.net/api/slownetsite/update-site-configuration - Method: POST
- Headers:
X-API-KEY: YOUR_API_KEYContent-Type: application/json
- Data:
Example with n8n HTTP Request
- Use any trigger you want (like new Notion page).
- Add an HTTP Request node:
- Method: POST
- URL:
https://theslow.net/api/slownetsite/update-site-configuration - Headers:
X-API-KEY: YOUR_API_KEYContent-Type: application/json
- Body:
Authentication
This endpoint requires an API key. You can retrieve an API key from your dashboard. Include it in theX-API-KEY header: