GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.