Skip to main content

class wandb.automations.SendWebhook

Defines an automation action that sends a webhook request.

Args

  • integration_id: The ID of the webhook integration that will be used to send the request.
  • requestPayload: The payload, possibly with template variables, to send in the webhook request.
  • action_type:

Methods

method SendWebhook.from_integration()

Define a webhook action that sends to the given (webhook) integration.
Arguments
  • integration:
  • payload: