n8n Webhook logo

REST API integration

n8n Webhook REST API integration for Draftbit

Trigger n8n workflows with webhook URLs

What is n8n Webhook?

n8n Webhook Trigger nodes expose production and test webhook URLs. Use the production /webhook path for deployed workflows and /webhook-test while building.

Use n8n Webhook with Draftbit

  • Built-in endpoints: Trigger production webhook, Trigger test webhook, Get production webhook.
  • Bind any n8n Webhook endpoint to a screen, list, form, or AI agent action.
  • Authentication is configured once per app — secrets stay on the server.
  • Add custom request and response transforms without forking n8n Webhook's client library.

Example

n8n-webhook-example.ts
// Example: fetch from n8n Webhook
// n8n Webhook doesn't require an auth header for this endpoint —
// some providers authenticate via a query param or app-level token.
// Check n8n Webhook's docs for auth requirements on protected endpoints.
const response = await fetch("https://{n8n_host}/webhook/{webhook_path}");
const data = await response.json();

Use cases

  • Trigger downstream workflows from app events
  • Connect form submissions to a Google Sheet or CRM
  • Stitch together third-party services without writing glue code

Authentication

Add any required auth headers when you connect n8n Webhook in Draftbit. Secrets stay on the server side.

Use n8n Webhook in a Draftbit app today

Start free, connect n8n Webhook in minutes, and ship with AI agents that know how to use it.

Start building free

Frequently asked questions

What is the n8n Webhook REST integration?

n8n Webhook Trigger nodes expose production and test webhook URLs. Use the production /webhook path for deployed workflows and /webhook-test while building.

How do I connect n8n Webhook to a Draftbit app?

Go to Integrations and then REST APIs in your Draftbit app and pick n8n Webhook from the catalog. Fill in any base URL variables, such as a project ID or host, and the endpoints are available across your screens and to the AI agents while you build. The preconfigured calls need no auth header.

Does n8n Webhook require authentication?

The preconfigured n8n Webhook endpoints do not need an auth header. Some providers authenticate with a query parameter or an app-level token, and others are public read-only APIs, so check the n8n Webhook docs before you call a protected endpoint. The preconfigured endpoints include Trigger production webhook, Trigger test webhook, Get production webhook.

What can I build with n8n Webhook and Draftbit?

Most teams use n8n Webhook as a workflow automation platform for a mobile or web app. You might use n8n Webhook to trigger downstream workflows from app events, or to connect form submissions to a Google Sheet or CRM.

Related Integrations

Get started free Browse all Integrations