CreateAction Method
Last updated
Last updated
Creates a new action.
POST https://api.skeddly.com/api/Actions/
The body is a JSON structure with the following properties.
Type of action to create.
Type: string
Valid Values: One of the codes listed in the table.
Required: Yes
User notes for the action.
Type: string
Required: No
True to indicate that the action is executable. False otherwise.
Type: boolean
Required: No
Default: false
True to indicate that the action should be triggerable by an SNS topic.
Type: boolean
Required: No
Default: false
Name of the action.
Type: string
Required: Yes
Additional action parameters specific to the action type.
Required: Yes
The ID of the project in which to create the action.
Type: string
Required: Recommended for future compatability
Default Value: The account's default project.
Schedule for the action.
Required: Yes
Tags for the action.
Type: array of string
Required: No
Type: object.
Type: object
An object.