curl --request GET \
--url https://api.helloannie.com/v1/bots/{botId}/workflows{
"success": true,
"data": {
"workflows": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"description": "<string>",
"enabled": true,
"usageContext": "<string>",
"steps": [
{
"title": "<string>",
"description": "<string>",
"instructions": "<string>",
"examples": [
"<string>"
],
"order": 0,
"childSteps": [
{
"title": "<string>",
"description": "<string>",
"instructions": "<string>",
"examples": [
"<string>"
],
"order": 0,
"action": "<string>",
"actionMetadata": {
"templateName": "Appointment Confirmation",
"templateBody": "Your appointment is scheduled for tomorrow at 3 PM."
}
}
],
"action": "<string>",
"actionMetadata": {
"templateName": "Appointment Confirmation",
"templateBody": "Your appointment is scheduled for tomorrow at 3 PM."
}
}
]
}
]
}
}Export all workflows for a bot in portable JSON format. The exported format can be used to import workflows into other bots.
curl --request GET \
--url https://api.helloannie.com/v1/bots/{botId}/workflows{
"success": true,
"data": {
"workflows": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"description": "<string>",
"enabled": true,
"usageContext": "<string>",
"steps": [
{
"title": "<string>",
"description": "<string>",
"instructions": "<string>",
"examples": [
"<string>"
],
"order": 0,
"childSteps": [
{
"title": "<string>",
"description": "<string>",
"instructions": "<string>",
"examples": [
"<string>"
],
"order": 0,
"action": "<string>",
"actionMetadata": {
"templateName": "Appointment Confirmation",
"templateBody": "Your appointment is scheduled for tomorrow at 3 PM."
}
}
],
"action": "<string>",
"actionMetadata": {
"templateName": "Appointment Confirmation",
"templateBody": "Your appointment is scheduled for tomorrow at 3 PM."
}
}
]
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.helloannie.com/llms.txt
Use this file to discover all available pages before exploring further.