Documentation 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
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.