Create an action/automation
POST/v1/actions
This route allows you to create a new self-service action or automation in your Port account.
To learn more about actions and automations, check out the documentation.
Requestโ
Responsesโ
- 200
- 409
- 422
- 500
Success
One of the following errors occurred:
Error | Description |
---|---|
identifier_taken | An action/automation with the same identifier already exists |
One of the following errors occurred:
Error | Description |
---|---|
invalid_request | The data provided does not match the route schema |
user_inputs_schema_invalid | The provided user inputs are invalid |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |