Create action
Actions
Create action
Create a rule-invoked action.
POST
Create action
Creates an
Action: an outbound API call invoked by a Rulebook Tool node. Omit alwaysGet or send false; sending true creates an Attribute instead.
This route creates the record only. Add the input and output schema with Update action, then add its HTTP calls with Create data step.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.string
required
application/jsonBody parameters
string
required
Display name.
string
Optional human-readable description.
boolean
default:"false"
Leave as
false for an action. true creates an attribute that runs automatically each conversation.string
Optional source. Current values include
ui, api, widget, and integration providers such as zendesk and intercom.Response
Returns the createdAction / Attribute. inputSchema and outputSchema start empty.
Errors
400 Bad Request
400 Bad Request
The body is malformed or
source uses an unsupported value.403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while creating the record in storage.

