{
  "info": {
    "name": "SureContact — mcp.ai",
    "description": "REST API for the SureContact 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/surecontact",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "surecontact_create_campaign_draft",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/campaign/draft",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "campaign",
            "draft"
          ]
        },
        "description": "Create a campaign in draft status without sending or scheduling email. Optionally configure content, sender details, tracking, and recipient filters for later review in SureContact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"subject\": \"\",\n  \"reply_to\": \"\",\n  \"from_name\": \"\",\n  \"from_email\": \"\",\n  \"track_opens\": false,\n  \"html_content\": \"\",\n  \"preview_text\": \"\",\n  \"track_clicks\": false,\n  \"template_uuid\": \"\",\n  \"exclude_tag_uuids\": \"\",\n  \"include_tag_uuids\": \"\",\n  \"exclude_list_uuids\": \"\",\n  \"include_list_uuids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_create_landing_page_draft",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/landing/page/draft",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "landing",
            "page",
            "draft"
          ]
        },
        "description": "Create a landing page in draft status without publishing it or making a public URL live. Optionally initialize the draft from page-builder design JSON or an existing page template.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"description\": \"\",\n  \"design_json\": \"\",\n  \"template_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_create_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "segment"
          ]
        },
        "description": "Create a tag or contact list. A dynamic list continuously evaluates its filters; a static list is manually managed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"color\": \"\",\n  \"filters\": {},\n  \"list_type\": \"\",\n  \"description\": \"\",\n  \"segment_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_create_task",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/task",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "task"
          ]
        },
        "description": "Create an actionable workspace task linked to one or more contacts and optionally assign it. Workspace notification settings may notify the assignee.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"due_date\": \"\",\n  \"description\": \"\",\n  \"contact_uuids\": \"\",\n  \"task_type_uuid\": \"\",\n  \"assigned_to_uuid\": \"\",\n  \"reminder_offset_minutes\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_enroll_contact_in_sequence",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/enroll/contact/in/sequence",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "enroll",
            "contact",
            "in",
            "sequence"
          ]
        },
        "description": "Enroll one contact in an active sequence by UUID or email. This irreversible operation is asynchronous and can trigger sequence actions, including real external email, shortly after the request is acc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contact_uuid\": \"\",\n  \"contact_email\": \"\",\n  \"sequence_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_get_campaign_performance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/performance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "performance"
          ]
        },
        "description": "Get campaign details, live sending progress, or one page of per-contact delivery and engagement results without changing campaign state.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"view\": \"\",\n  \"cursor\": \"\",\n  \"opened\": false,\n  \"search\": \"\",\n  \"status\": \"\",\n  \"clicked\": false,\n  \"per_page\": 0,\n  \"campaign_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_get_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "contact"
          ]
        },
        "description": "Retrieve one contact by UUID or email address without changing it.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"contact_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_get_report",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/report",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "report"
          ]
        },
        "description": "Read one SureContact analytics report for a selected date range: overview, contact growth, email sending, email engagement, link clicks, unsubscribes, bounces, ecommerce revenue, products, or campaign",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"source\": \"\",\n  \"status\": \"\",\n  \"end_date\": \"\",\n  \"group_by\": \"\",\n  \"date_range\": \"\",\n  \"start_date\": \"\",\n  \"bounce_type\": \"\",\n  \"filter_type\": \"\",\n  \"filter_uuid\": \"\",\n  \"report_type\": \"\",\n  \"compare_with\": \"\",\n  \"campaign_uuid\": \"\",\n  \"compare_end_date\": \"\",\n  \"compare_start_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaigns"
          ]
        },
        "description": "Search and page through email campaigns by lifecycle status without changing them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cursor\": \"\",\n  \"search\": \"\",\n  \"status\": \"\",\n  \"sort_by\": \"\",\n  \"per_page\": 0,\n  \"sort_order\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_contact_timeline",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/contact/timeline",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "contact",
            "timeline"
          ]
        },
        "description": "Page through either notes or activities for one contact, newest first, without changing the timeline.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"days\": 0,\n  \"cursor\": \"\",\n  \"to_date\": \"\",\n  \"per_page\": 0,\n  \"from_date\": \"\",\n  \"entry_type\": \"\",\n  \"contact_uuid\": \"\",\n  \"activity_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "contacts"
          ]
        },
        "description": "Search and page through contacts in the connected workspace without changing them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cursor\": \"\",\n  \"search\": \"\",\n  \"per_page\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_form_submissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/form/submissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "form",
            "submissions"
          ]
        },
        "description": "Search and page through submissions captured by one form without changing them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cursor\": \"\",\n  \"search\": \"\",\n  \"status\": \"\",\n  \"to_date\": \"\",\n  \"per_page\": 0,\n  \"form_uuid\": \"\",\n  \"from_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_marketing_assets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/marketing/assets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "marketing",
            "assets"
          ]
        },
        "description": "List one page of forms, email templates, or landing pages available for campaigns and lead capture.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cursor\": \"\",\n  \"search\": \"\",\n  \"status\": \"\",\n  \"sort_by\": \"\",\n  \"per_page\": 0,\n  \"asset_type\": \"\",\n  \"sort_order\": \"\",\n  \"template_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_purchases",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/purchases",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "purchases"
          ]
        },
        "description": "Page through tracked purchases with optional contact, status, and source filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cursor\": \"\",\n  \"source\": \"\",\n  \"status\": \"\",\n  \"per_page\": 0,\n  \"contact_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_segments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/segments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "segments"
          ]
        },
        "description": "List tags or lists used to segment contacts, with search and archive filtering where supported.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cursor\": \"\",\n  \"search\": \"\",\n  \"archived\": \"\",\n  \"per_page\": 0,\n  \"segment_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_tasks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/tasks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "tasks"
          ]
        },
        "description": "Page through workspace tasks without changing completion or assignment state.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cursor\": \"\",\n  \"per_page\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_list_workflows",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/workflows",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "workflows"
          ]
        },
        "description": "List automations or email sequences available in the workspace without starting them.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"cursor\": \"\",\n  \"search\": \"\",\n  \"status\": \"\",\n  \"per_page\": 0,\n  \"workflow_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_log_contact_interaction",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/log/contact/interaction",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "log",
            "contact",
            "interaction"
          ]
        },
        "description": "Create a note or activity on a contact's timeline. This permanently adds workspace-visible history attributed to the API-key owner.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"title\": \"\",\n  \"content\": \"\",\n  \"metadata\": {},\n  \"entry_type\": \"\",\n  \"contact_uuid\": \"\",\n  \"activity_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_record_purchase",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/record/purchase",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "record",
            "purchase"
          ]
        },
        "description": "Record an external purchase in SureContact without charging a payment method. Identifying the buyer by email may create a new contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"currency\": \"\",\n  \"discount\": 0,\n  \"metadata\": {},\n  \"order_id\": \"\",\n  \"products\": \"\",\n  \"tax_amount\": 0,\n  \"coupon_code\": \"\",\n  \"contact_uuid\": \"\",\n  \"purchased_at\": \"\",\n  \"total_amount\": 0,\n  \"contact_email\": \"\",\n  \"transaction_id\": \"\",\n  \"shipping_amount\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_send_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "email"
          ]
        },
        "description": "Queue one email for immediate asynchronous delivery to one external recipient. Executing this action sends a real external email and may create engagement tracking events; it does not create a draft o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"subject\": \"\",\n  \"reply_to\": \"\",\n  \"from_name\": \"\",\n  \"html_body\": \"\",\n  \"variables\": {},\n  \"from_email\": \"\",\n  \"track_opens\": false,\n  \"contact_uuid\": \"\",\n  \"track_clicks\": false,\n  \"contact_email\": \"\",\n  \"template_uuid\": \"\",\n  \"smtp_configuration_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_set_contact_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/contact/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "contact",
            "status"
          ]
        },
        "description": "Change a contact's deliverability or subscription status. Setting unsubscribed, bounced, invalid, or complained can stop future messaging.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"status\": \"\",\n  \"contact_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_set_task_completion",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/task/completion",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "task",
            "completion"
          ]
        },
        "description": "Mark a task done or reopen it as not done. This immediately changes the task's completion state.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"completed\": false,\n  \"task_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_start_contact_automation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/start/contact/automation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "start",
            "contact",
            "automation"
          ]
        },
        "description": "Start an active automation for one contact. This irreversible operation is asynchronous and can trigger actions, including real external email, shortly after the request is accepted; it does not wait ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contact_uuid\": \"\",\n  \"automation_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_unenroll_contact_from_sequence",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unenroll/contact/from/sequence",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unenroll",
            "contact",
            "from",
            "sequence"
          ]
        },
        "description": "Synchronously cancel a contact's active executions in a sequence and mark its subscriber state as cancelled. The response reports cancelled_executions; zero means the idempotent request found no activ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contact_uuid\": \"\",\n  \"contact_email\": \"\",\n  \"sequence_uuid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_update_contact_memberships",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/contact/memberships",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "contact",
            "memberships"
          ]
        },
        "description": "Attach or detach one or more tags or lists from a contact. This immediately changes segmentation and can affect campaign or automation targeting.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"operation\": \"\",\n  \"contact_uuid\": \"\",\n  \"resource_type\": \"\",\n  \"resource_uuids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "surecontact_upsert_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upsert/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upsert",
            "contact"
          ]
        },
        "description": "Create a contact when the email is new or update the existing contact with supplied fields. Supplied tag and list UUIDs are appended and never replace existing memberships.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"source\": \"\",\n  \"status\": \"\",\n  \"company\": \"\",\n  \"language\": \"\",\n  \"metadata\": {},\n  \"timezone\": \"\",\n  \"job_title\": \"\",\n  \"last_name\": \"\",\n  \"tag_uuids\": \"\",\n  \"first_name\": \"\",\n  \"list_uuids\": \"\",\n  \"custom_fields\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}