n8n Cookbook
Importable n8n workflows for each concept. Download a JSON, then in n8n: Workflows → Import from File. Replace the example API domain with yours and add your credentials.
- Download
Basic Auth
Create a Basic Auth credential: username = App ID, password = App Secret.
- Download
Bearer Auth
Sends your app's bearer token (bt_...) in the Authorization header.
- Download
Header API Key
Sends your key in the x-api-key header (Stripe/SendGrid style).
- Download
OAuth2 Client Credentials
The grant n8n uses most — token URL /oauth/token, Client ID/Secret = App ID/Secret.
- Download
Data Shapes & Pagination
Follows the relative pagination.next link until null; try each shape.
- Download
Capstone: OAuth2 → Paginate → Flatten
Authenticate, page through all candles, then Split Out into rows for a Sheet/DB.
Created by IFS Jaipur. Credentials are never embedded in these files — you add them in n8n.