GitHub sourceDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class NewAutomation
새로 생성할 automation입니다.
method NewAutomation.__init__
name(Optional[str]): 이 automation의 이름입니다.description(Optional[str]): 이 automation에 대한 선택적 설명입니다.enabled(Optional[bool]): 이 automation의 활성화 여부입니다. 활성화된 automation만 트리거됩니다.event(Optional[Annotated]): 이 automation을 트리거할 이벤트입니다.action(Optional[Annotated]): 이 automation이 트리거되었을 때 실행될 액션입니다.
NewAutomation 오브젝트 .
property NewAutomation.scope
트리거 이벤트가 발생해야 하는 범위(scope)입니다.
Returns:
Optional[AutomationScope]: scope 속성 값 .