Endpoint
POST https://embedworkflow.com/api/v1/action_types/{id}/publish
Path Parameters
System-generated unique identifier
Response
Returns successful.
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
404
- not found
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-aee3-700f-8dfe-33378039ccba", "code": null, "code_draft": null, "created_at": "2025-08-19T11:19:11-04:00", "created_at_string": "Aug 19, 2025 11:19 am EDT", "created_at_utc": "2025-08-19T15:19:11Z", "description": "A simple action to do something useful", "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": "2025-08-19T11:19:11-04:00", "last_published_at_string": "Aug 19, 2025 11:19 am EDT", "last_published_at_utc": "2025-08-19T15:19:11Z", "name": "Api Request", "object": "action_type", "on": true, "params": null, "params_draft": null, "primary_category": null, "required_app_connection": null, "response_data_schema": [], "response_data_schema_draft": [], "secondary_category": null, "source": null, "type": "CustomApiRequest", "updated_at": "2025-08-19T11:19:11-04:00", "updated_at_string": "Aug 19, 2025 11:19 am EDT", "updated_at_utc": "2025-08-19T15:19:11Z", "url": null, "url_draft": null }