You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_notification_create_webhook

Active

Tool of Fuse Network

declared in 0.1.0

Create a Fusebox Notification webhook for a project. Requires `FUSEBOX_SECRET_API_KEY` (Notification API endpoints authenticate with both apiKey and API-SECRET).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "projectId",
    "webhookUrl",
    "eventType"
  ],
  "properties": {
    "eventType": {
      "enum": [
        "ALL",
        "FUSE",
        "ERC20",
        "ERC721"
      ],
      "type": "string",
      "description": "Event filter. `ERC721` also covers ERC1155 events. `ALL` subscribes to every event type."
    },
    "projectId": {
      "type": "string",
      "description": "Fuse Console project ID that owns the webhook."
    },
    "webhookUrl": {
      "type": "string",
      "format": "uri",
      "description": "HTTPS URL that Fusebox will POST event payloads to."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fuse Network

1/7 registries
View full server →