Class wandb.automations.SendWebhook
Defines an automation action that sends a webhook request.Args
Annotated[str, Strict(strict=True)]
The ID of the webhook integration that will be used to send the request.
Optional[Annotated[dict[str, Any], Json, BeforeValidator(func= None, json_schema_input_type=PydanticUndefined), PlainSerializer(func= None, return_type=PydanticUndefined, when_used='always')]]
The payload, possibly with template variables, to send in the webhook request.
Literal[GENERIC_WEBHOOK]