{
  "info": {
    "name": "Zixflow — mcp.ai",
    "description": "REST API for the Zixflow MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/zixflow",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "zixflow_create_attribute",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/attribute",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "attribute"
          ]
        },
        "description": "Tool to create a custom attribute for a Zixflow collection or list. Use when you need to add new fields to track specific data types (text, number, email, etc.). Attributes define the structure of you",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"config\": {},\n  \"target\": \"\",\n  \"isUnique\": false,\n  \"targetId\": \"\",\n  \"inputType\": \"\",\n  \"apiKeyName\": \"\",\n  \"isEditable\": false,\n  \"isRequired\": false,\n  \"description\": \"\",\n  \"defaultValue\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zixflow_get_campaign_report_whatsapp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/report/whatsapp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "report",
            "whatsapp"
          ]
        },
        "description": "Tool to retrieve WhatsApp campaign message report. Use when you need to check the delivery status and details of a WhatsApp message sent via campaign.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zixflow_get_email_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/email/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "email",
            "report"
          ]
        },
        "description": "Tool to retrieve email message delivery report from Zixflow. Use when you need to check the delivery status of a sent campaign email. The report includes delivery status (SENT, OPENED, CLICKED, BOUNCE",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"message_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zixflow_get_sms_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sms/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sms",
            "report"
          ]
        },
        "description": "Tool to retrieve SMS message delivery report from Zixflow. Use when you need to check the delivery status, destination, and other details of a sent SMS campaign message.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"messageId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zixflow_get_whatsapp_template_variables",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/whatsapp/template/variables",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "whatsapp",
            "template",
            "variables"
          ]
        },
        "description": "Tool to retrieve template variable details for a WhatsApp template. Use when you need to understand what variables a specific WhatsApp template expects before sending a message.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phoneId\": \"\",\n  \"language\": \"\",\n  \"templateName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zixflow_list_attributes_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/attributes/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "attributes",
            "options"
          ]
        },
        "description": "Tool to retrieve the list of options for select/multiselect attributes. Use when you need to get available options for a specific attribute in a collection or list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"target\": \"\",\n  \"targetId\": \"\",\n  \"attributeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "zixflow_list_attributes_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/attributes/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "attributes",
            "status"
          ]
        },
        "description": "Tool to retrieve the list of options for status attributes in Zixflow. Use when you need to fetch available status configurations for a specific attribute within a collection or list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"target\": \"\",\n  \"targetId\": \"\",\n  \"attributeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}