[
{
"id": 1,
"name": "Enrich company from domain",
"description": "Takes a domain and returns company name, industry and headcount.",
"inputs": [
{
"id": "domain",
"description": "Company domain",
"type": "text",
"required": true
}
],
"outputs": [
{
"id": "company_name",
"response_field_id": 42
},
{
"id": "industry",
"response_field_id": 43
},
{
"id": "headcount",
"response_field_id": 44
}
],
"created_at": "2026-01-10T09:00:00Z",
"updated_at": "2026-03-15T14:22:00Z"
}
]