fuse_notification_create_webhook
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries