class ZapierToolkit(BaseToolkit):
None
)def __init__(self, timeout: Optional[float] = None):
def list_actions(self):
def execute_action(self, action_id: str, instructions: str):
def preview_action(self, action_id: str, instructions: str):
def get_execution_result(self, execution_id: str):
def get_tools(self):