/rules/:id/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

ParameterTypeDescription
_idStringUnique ID
userIdStringYour user id
createdAtDateDate it was created
modifiedAtDateDate it was last modified
isPausedBooleanTrue if the rule action is paused (it will continue to show up in the UI)
typeStringThe type of the action to run.

The rule action might contain other properties that are specific to the rule action type.

Language
Click Try It! to start a request and see the response here!