Developer & DevOps
Automated workflow
15 nodes
229
142
Webhook
Workflow Description
An automated workflow that receives webhook requests, processes them through custom code, evaluates conditional logic, and sends tailored HTTP responses. Ideal for system integration and streamlined DevOps task automation.
How it works
- 1.Receive incoming requests via webhook trigger
- 2.Process incoming data using custom code execution
- 3.Evaluate conditional logic before proceeding
- 4.Send HTTP requests to external services
- 5.Generate and return formatted responses to requesters
Use cases
- Integrate external platforms and applications seamlessly
- Automate repetitive development and testing workflows
- Handle system events based on dynamic conditions
- Track and document workflow steps with annotations
Requirements
- Basic understanding of variables and programmatic flow control
- Knowledge of JSON data structures and HTTP protocols
- Permissions to configure webhooks in external services
Service Value
Ready-made workflow template for automation delivery and service execution.
Apps Used
Webhook
Code
HTTP Request
If
HTML
Note
Set
Details
Trigger
Webhook
Nodes
15
Apps
7
Views
229
Downloads
142
How to Use
- 1.Click "Download Template"
- 2.Open your n8n dashboard
- 3.Go to Workflows > Import from File
- 4.Select downloaded file and configure credentials
Nodes Used (15)
/
Webhook
Webhook
Code
Code
user info
HTTP Request
send back login page
Webhook
IF token is present
If
Welcome page
HTML Page
send back welcome page
Webhook
IF user info ok
If
login form
HTML Page
Sticky Note
Sticky Note
Sticky Note1
Sticky Note
Sticky Note2
Sticky Note
Set variables : auth, token, userinfo, client id, scope
Set
IF we have code in URI and not in PKCE mode
If
get access_token from /token endpoint with code
HTTP Request