class SendWebhook
Defines an automation action that sends a webhook request.
method SendWebhook.__init__
- integration_id(str): The ID of the webhook integration that will be used to send the request.
- request_payload(Optional[Annotated]): The payload, possibly with template variables, to send in the webhook request.
- action_type(Literal[GENERIC_WEBHOOK]):
SendWebhook object.