v2
latestOpenAPI 3.0.02026-07-26365590.3 KBTags
Create a tag
Creates a new tag for use in sequences to qualify call results.
post/v1/tags
Headers
x-workspace-idstring uuid
Target workspace id (from GET /v1/workspaces). Required for multi-workspace API keys to designate which workspace to write to; omit for single-workspace keys, where it is resolved automatically. Must be within the API key scope.
Request body
Example request
{
"label": "Lead"
}Response
Tag created successfully
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"label": "Lead",
"isSuccessTag": true,
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
}