Documentation Index
Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
Use this file to discover all available pages before exploring further.
class SendWebhook
Définit une action d’automatisation qui envoie une requête webhook.
méthode SendWebhook.__init__
integration_id(str): L’ID de l’intégration webhook qui sera utilisée pour envoyer la requête.request_payload(Optional[Annotated]): La charge utile, éventuellement avec des variables de template, à envoyer dans la requête webhook.action_type(Literal[GENERIC_WEBHOOK]):
SendWebhook.