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 NewAutomation
A new automation to be created.
method NewAutomation.__init__
name(Optional[str]): The name of this automation.description(Optional[str]): An optional description of this automation.enabled(Optional[bool]): Whether this automation is enabled. Only enabled automations will trigger.event(Optional[Annotated]): The event that will trigger this automation.action(Optional[Annotated]): The action that will execute when this automation is triggered.
NewAutomation object.
property NewAutomation.scope
The scope in which the triggering event must occur.
Returns:
Optional[AutomationScope]: The scope property value.