Skip to main content

get_rule_list

Get all automation rule configurations for this tenant. Rules define automatic actions triggered by events.

Parameters

None.

Returns

A list of ConfigRule 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 updated ConfigRule with the new endpoint action appended to actionEndpoint.

See also

Rule endpoint integrations — envelope shape, URL restrictions, and receiver examples in Node and C#.