ExecuteAction Method

Description

Executes an existing action. The action must be enabled.

HTTP Request

PUT https://api.skeddly.com/api/Actions/<id>/Execute

URL Parameters

id

The ID of the action.

Type: string

Required: Yes

Returns

An ActionExecution object.

Sample Request

Sample Response

Last updated