fuse_notification_update_webhook
ActiveTool of Fuse Network
declared in 0.1.0
Update a Fusebox Notification webhook's URL or event type. Requires `FUSEBOX_SECRET_API_KEY`.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"webhookId",
"webhookUrl",
"eventType"
],
"properties": {
"eventType": {
"enum": [
"ALL",
"FUSE",
"ERC20",
"ERC721"
],
"type": "string",
"description": "Event filter (`ERC721` also covers ERC1155)."
},
"webhookId": {
"type": "string",
"description": "ID of the webhook to update."
},
"webhookUrl": {
"type": "string",
"format": "uri",
"description": "New webhook URL."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fuse Network
1/7 registries