Function Webhook Events
Invocation
Subscribe to these events to receive invocation notifications when your Function is invoked asynchronously.
function.run.completed
This event is triggered when a function run is completed.
Deployment
Subscribe to these events to receive deployment notifications when you deploy a new version of your Function.
function.deployment.started
This event is triggered when a function deployment is started.
function.deployment.finished
This event is triggered when a function deployment is finished. The status could be success
, failed
, or canceled
.
function.deployment.updated
This event is triggered when a function deployment is updated. There event will be triggered multiple times during a deployment. The stage
key is used to distinguish between different stages of the deployment.