Create webhook
fuse_notification_create_webhookCreate a Fusebox Notification webhook for a project. Requires FUSEBOX_SECRET_API_KEY (Notification API endpoints authenticate with both apiKey and API-SECRET).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventType | Yes | Event filter. `ERC721` also covers ERC1155 events. `ALL` subscribes to every event type. | |
| projectId | Yes | Fuse Console project ID that owns the webhook. | |
| webhookUrl | Yes | HTTPS URL that Fusebox will POST event payloads to. |