Files
crank/apps/ui/data/operations.json
T
github-ops 0af60b1693
CI / Rust Checks (push) Failing after 2m6s
CI / UI Checks (push) Has been skipped
CI / Frontend E2E (push) Has been skipped
CI / Deployment Manifests (push) Has been skipped
Deploy / deploy (push) Successful in 2m26s
Remove enterprise leftovers from community
2026-06-20 12:04:46 +00:00

80 lines
2.0 KiB
JSON

[
{
"id": "op_01",
"name": "create_crm_lead",
"display_name": "Create CRM Lead",
"protocol": "rest",
"method": "POST",
"status": "active",
"category": "CRM",
"target_url": "https://api.acme.com/v2/crm/leads",
"created_at": "2026-03-21"
},
{
"id": "op_02",
"name": "get_user_profile",
"display_name": "Get User Profile",
"protocol": "rest",
"method": "GET",
"status": "active",
"category": "Users",
"target_url": "https://api.acme.com/v1/users/{id}",
"created_at": "2026-03-18"
},
{
"id": "op_04",
"name": "send_slack_message",
"display_name": "Send Slack Message",
"protocol": "rest",
"method": "POST",
"status": "error",
"category": "Notifications",
"target_url": "https://slack.com/api/chat.postMessage",
"created_at": "2026-03-10"
},
{
"id": "op_06",
"name": "update_deal_stage",
"display_name": "Update Deal Stage",
"protocol": "rest",
"method": "PATCH",
"status": "inactive",
"category": "CRM",
"target_url": "https://api.acme.com/v2/crm/deals/{id}",
"created_at": "2026-02-28"
},
{
"id": "op_09",
"name": "create_support_ticket",
"display_name": "Create Support Ticket",
"protocol": "rest",
"method": "POST",
"status": "active",
"category": "Support",
"target_url": "https://support.acme.com/api/tickets",
"created_at": "2026-02-10"
},
{
"id": "op_10",
"name": "get_order_status",
"display_name": "Get Order Status",
"protocol": "rest",
"method": "GET",
"status": "draft",
"category": "Orders",
"target_url": "https://orders.acme.com/v2/status/{id}",
"created_at": "2026-02-05"
},
{
"id": "op_12",
"name": "send_email_campaign",
"display_name": "Send Email Campaign",
"protocol": "rest",
"method": "POST",
"status": "active",
"category": "Marketing",
"target_url": "https://mail.acme.com/api/v3/campaigns/send",
"created_at": "2026-01-20"
}
]