get_rule_list
Get all automation rule configurations for this tenant. Rules define automatic actions triggered by events.Parameters
None.Returns
A list ofConfigRule objects with rule details including ID, name, trigger configuration, and actions.
add_endpoint_action
Attach a webhook-style POST action to an existing rule. When the rule fires, Ekso POSTs the rule-fire envelope to the given URL. Fire-and-forget — Ekso does not inspect the response.Parameters
Returns
The updatedConfigRule with the new endpoint action appended to actionEndpoint.