Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Quick overview This workflow exposes a header authenticated webhook REST API that performs CRUD operations on a PostgreSQL jobs table, letting you create, list, update, and delete job records and r...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.switch, n8n-nodes-base.postgres, n8n-nodes-base.respondtowebhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Raj.
Original n8n.io sourceThis workflow exposes a header-authenticated webhook REST API that performs CRUD operations on a PostgreSQL jobs table, letting you create, list, update, and delete job records and returning either JSON results or an error message to the caller.
action value and routes the request to the matching operation (list, create, update, or delete).list, queries PostgreSQL for up to 100 jobs ordered by created_at and returns the rows in the webhook response.create, inserts a new job (title, description, requirements) into PostgreSQL with status set to open and returns a 200 response.update, updates the specified job in PostgreSQL using the provided id, fields, and status, then returns a 200 response.delete, deletes the specified job by id in PostgreSQL and returns a 200 response.jobs table (id, title, description, requirements, status, created_at) and ensure the database is reachable from n8n.x-api-key with your secret value) and attach it to the webhook.action (and required fields like id, title, status).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 | Manage job records via webhook REST API with PostgreSQL |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | HR |
| Author | Raj |
| Published | 03 Jun 2026 |
Use the JSON export at /data/workflows/16081/16081.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.
Quick overview This workflow exposes a header authenticated webhook REST API that performs CRUD operations on a PostgreSQL jobs table, letting you create, list, update, and delete job records and r...
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 HR use case.