Huginn Web Requests API

Each Huginn instance exposes a Web Requests endpoint that lets external systems POST or GET events into a configured Webhook Agent. The endpoint lives at /users/{user_id}/web_requests/{agent_id}/{secret} on the operator's installed instance and is the primary inbound integration surface for Huginn.

API entry from apis.yml

apis.yml Raw ↑
aid: huginn:huginn-web-requests-api
name: Huginn Web Requests API
description: Each Huginn instance exposes a Web Requests endpoint that lets external systems POST or GET
  events into a configured Webhook Agent. The endpoint lives at /users/{user_id}/web_requests/{agent_id}/{secret}
  on the operator's installed instance and is the primary inbound integration surface for Huginn.
humanURL: https://github.com/huginn/huginn/wiki
tags:
- Agents
- Webhooks
properties:
- type: Documentation
  url: https://github.com/huginn/huginn/wiki
- type: Webhook Agent
  url: https://github.com/huginn/huginn/blob/master/app/models/agents/webhook_agent.rb