Endpoint
POST https://embedworkflow.com/api/v1/action_types
Request Body
Name of resource
Description of action type
Type of action
Enable or disable the resource.
HTTP parameters as key:value pairs, one per line
HTTP headers as key:value pairs, one per line
HTTP url
HTTP method
JavaScript code snippt
Whether or not you want to publish on create
Form field configuration
Data schema configuration
User permission groups. Only available to users with admin role.
Icon configuration
Response
Returns created.
Response Properties
System-generated unique identifier
Code content for the action type
Draft code content for the action type
Created at in specified timezone
Created at formatted as human-readable string
Created at in UTC
Description of the action type
Permission groups for this action type
Whether the action type has unsaved draft changes
Headers configuration for the action type
Draft headers configuration for the action type
HTTP method for the action type
Draft HTTP method for the action type
Icon configuration for the action type
Draft icon configuration for the action type
Last published at in specified timezone
Last published at formatted as human-readable string
Last published at in UTC
Name of the action type
Object type identifier
Whether the action type is enabled
Parameters configuration for the action type
Draft parameters configuration for the action type
Primary category classification
The required app connection for this action type
Secondary category classification
Source identifier for the action type
Type classification of the action
Updated at in specified timezone
Updated at formatted as human-readable string
Updated at in UTC
URL for the action type
Draft URL for the action type
Form fields for the action type
Draft form fields for the action type
Response data schema for the action type
Draft response data schema for the action type
Errors
422
- unprocessable entity
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
{ "id": "0198c2e9-acfd-7a12-8304-9b5bdca7bd52", "code": null, "code_draft": null, "created_at": "2025-08-19T11:19:10-04:00", "created_at_string": "Aug 19, 2025 11:19 am EDT", "created_at_utc": "2025-08-19T15:19:10Z", "description": null, "form": [], "form_draft": [], "groups": [], "has_draft": false, "headers": null, "headers_draft": null, "http_method": null, "http_method_draft": null, "icon": {}, "icon_draft": {}, "last_published_at": null, "last_published_at_string": null, "last_published_at_utc": null, "name": "Send Email", "object": "action_type", "on": false, "params": null, "params_draft": null, "primary_category": null, "required_app_connection": null, "response_data_schema": [], "response_data_schema_draft": [], "secondary_category": null, "source": "core", "type": "CustomApiRequest", "updated_at": "2025-08-19T11:19:10-04:00", "updated_at_string": "Aug 19, 2025 11:19 am EDT", "updated_at_utc": "2025-08-19T15:19:10Z", "url": null, "url_draft": null }