get https://example.com/v1/rules//actions
Lists all actions for a given rule. The action is the "Then" part of the rules UI - what happens when a rule is run
Parameter | Type | Description |
---|---|---|
_id | String | Unique ID |
userId | String | Your user id |
createdAt | Date | Date it was created |
modifiedAt | Date | Date it was last modified |
isPaused | Boolean | True if the rule action is paused (it will continue to show up in the UI) |
type | String | The type of the action to run. |
The rule action might contain other properties that are specific to the rule action type
.