
·DevOps
Module 4 Lesson 4: Pipeline Triggers and API
Automation beyond Git. Learn how to trigger GitLab pipelines using HTTP requests, custom tokens, and external services like Webhooks or IoT devices.
4 articles

Automation beyond Git. Learn how to trigger GitLab pipelines using HTTP requests, custom tokens, and external services like Webhooks or IoT devices.

Protect your entry points. Learn how to prevent unauthorized people from triggering your workflows by adding Basic Auth, Header Auth, and IP filtering to your n8n webhooks.

The spark of creation. Learn the 3 main ways to start an n8n workflow: On a Schedule, On an Event (Webhook), and On a Change in an external app.

Turn n8n into a server. Learn how to create custom HTTP endpoints that other apps can call, including how to respond with status codes and custom JSON.