We are hiring! Apply here
Cloud Webhook

The fluvio cloud webhook family of commands is used to create, delete, and manage webhook urls in cloud.

$  fluvio cloud webhook -h

 

fluvio cloud webhook create

This command is used to create a new webhook url that maps to the current user’s topic

$  fluvio cloud webhook create -h

Example usage:

$ fluvio cloud webhook create my-webhook-1 --topic my-topic

 

fluvio cloud webhook delete

This command deletes a webhook url for the current user

$  fluvio cloud webhook delete -h

Example usage:

$ fluvio cloud webhook delete my-webhook-1 

 

fluvio cloud webhook list

Command to show the webhooks associated with current user.

$  fluvio cloud webhook list -h

Example usage:

$ fluvio cloud webhook list

 

fluvio cloud webhook update

Command to show update mapping details of a webhook url

$  fluvio cloud webhook update -h

Example usage:

$ fluvio cloud webhook update --topic different-topic my-webhook