ActionInput
A single input field on an action instance. The caller wires this field up via the Configure Action endpoint.
Properties
namestringrequiredInput field identifier (the template's `payloadStructureId`, lowercased).
typestringrequiredField type (e.g. `string`, `url`, `email`, `number`, `boolean`, `promptField`, `stepDownSearch`).
requiredbooleanrequiredWhether this field must be configured before the action can run.
descriptionstringHuman-readable description of what this field accepts.
Example
ActionInput example
{
"name": "linkedin_url",
"type": "url",
"required": false,
"description": "LinkedIn profile URL of the person"
}