Skip to main content

Class wandb.automations.SendWebhook

Defines an automation action that sends a webhook request.

Args

Annotated
The ID of the webhook integration that will be used to send the request.
Optional
The payload, possibly with template variables, to send in the webhook request.
Literal
No description provided.

Methods

method SendWebhook.from_integration()

Define a webhook action that sends to the given (webhook) integration.
Arguments
WebhookIntegration
No description provided.
JsonEncoded[dict[str, Any]] | None
No description provided.