> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-add-methods-properties.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SendWebhook methods

## <Badge color="yellow" size="lg" shape="rounded">Class</Badge> wandb.automations.SendWebhook

## <Badge color="blue" size="lg" shape="rounded">method</Badge> SendWebhook.from\_integration()

Define a webhook action that sends to the given (webhook) integration.

```python theme={null}
integration: 'WebhookIntegration', *,
payload: 'JsonEncoded[dict[str, Any]] | None' = None
```

##### Arguments

<ResponseField name="integration" type="WebhookIntegration" />

<ResponseField name="payload" type="JsonEncoded[dict[str, Any]] | None" />
