{
  "info": {
    "name": "Crisp — mcp.ai",
    "description": "REST API for the Crisp 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/crisp",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "crisp_abort_ongoing_call_session_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/abort/ongoing/call/session/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "abort",
            "ongoing",
            "call",
            "session",
            "for",
            "conversation"
          ]
        },
        "description": "Abort Ongoing Call Session For Conversation (DELETE /website/{websiteID}/conversation/{sessionID}/call/{callID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"callID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_abort_website_deletion",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/abort/website/deletion",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "abort",
            "website",
            "deletion"
          ]
        },
        "description": "Abort Website Deletion (DELETE /website/{websiteID}/expunge). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_add_helpdesk_locale",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/helpdesk/locale",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "helpdesk",
            "locale"
          ]
        },
        "description": "Add Helpdesk Locale (POST /website/{websiteID}/helpdesk/locale). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_add_helpdesk_locale_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/helpdesk/locale/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "helpdesk",
            "locale",
            "category"
          ]
        },
        "description": "Add Helpdesk Locale Category (POST /website/{websiteID}/helpdesk/locale/{locale}/category). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_add_helpdesk_locale_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/helpdesk/locale/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "helpdesk",
            "locale",
            "section"
          ]
        },
        "description": "Add Helpdesk Locale Section (POST /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_add_helpdesk_redirection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/helpdesk/redirection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "helpdesk",
            "redirection"
          ]
        },
        "description": "Add Helpdesk Redirection (POST /website/{websiteID}/helpdesk/redirection). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_add_new_helpdesk_locale_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/new/helpdesk/locale/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "new",
            "helpdesk",
            "locale",
            "article"
          ]
        },
        "description": "Add A New Helpdesk Locale Article (POST /website/{websiteID}/helpdesk/locale/{locale}/article). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_add_new_people_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/new/people/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "new",
            "people",
            "profile"
          ]
        },
        "description": "Add New People Profile (POST /website/{websiteID}/people/profile). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_add_people_event",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/people/event",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "people",
            "event"
          ]
        },
        "description": "Add A People Event (POST /website/{websiteID}/people/events/{peopleID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_assign_conversation_routing",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/assign/conversation/routing",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "assign",
            "conversation",
            "routing"
          ]
        },
        "description": "Assign Conversation Routing (PATCH /website/{websiteID}/conversation/{sessionID}/routing). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_assist_existing_browsing_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/assist/existing/browsing/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "assist",
            "existing",
            "browsing",
            "session"
          ]
        },
        "description": "Assist Existing Browsing Session (PATCH /website/{websiteID}/conversation/{sessionID}/browsing/{browsingID}/assist). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"browsingID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_block_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/block/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "block",
            "conversations"
          ]
        },
        "description": "Batch Block Conversations (PATCH /website/{websiteID}/batch/block). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_inbox_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/inbox/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "inbox",
            "conversations"
          ]
        },
        "description": "Batch Inbox Conversations (PATCH /website/{websiteID}/batch/inbox). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_order_inboxes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/order/inboxes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "order",
            "inboxes"
          ]
        },
        "description": "Batch Order Inboxes (PATCH /website/{websiteID}/inboxes/batch/order). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_read_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/read/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "read",
            "conversations"
          ]
        },
        "description": "Batch Read Conversations (PATCH /website/{websiteID}/batch/read). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_remove_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/remove/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "remove",
            "conversations"
          ]
        },
        "description": "Batch Remove Conversations (PATCH /website/{websiteID}/batch/remove). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_remove_people",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/remove/people",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "remove",
            "people"
          ]
        },
        "description": "Batch Remove People (PATCH /website/{websiteID}/batch/remove). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_report_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/report/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "report",
            "conversations"
          ]
        },
        "description": "Batch Report Conversations (POST /website/{websiteID}/batch/report). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_resolve_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/resolve/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "resolve",
            "conversations"
          ]
        },
        "description": "Batch Resolve Conversations (PATCH /website/{websiteID}/batch/resolve). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_routing_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/routing/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "routing",
            "conversations"
          ]
        },
        "description": "Batch Routing Conversations (PATCH /website/{websiteID}/batch/routing). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_unread_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/unread/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "unread",
            "conversations"
          ]
        },
        "description": "Batch Unread Conversations (PATCH /website/{websiteID}/batch/unread). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_unresolve_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/unresolve/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "unresolve",
            "conversations"
          ]
        },
        "description": "Batch Unresolve Conversations (PATCH /website/{websiteID}/batch/unresolve). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_update_conversations_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/update/conversations/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "update",
            "conversations",
            "data"
          ]
        },
        "description": "Batch Update Conversations Data (PATCH /website/{websiteID}/batch/data). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_update_conversations_segments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/update/conversations/segments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "update",
            "conversations",
            "segments"
          ]
        },
        "description": "Batch Update Conversations Segments (PATCH /website/{websiteID}/batch/segments). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_update_people_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/update/people/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "update",
            "people",
            "data"
          ]
        },
        "description": "Batch Update People Data (PATCH /website/{websiteID}/batch/data). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_batch_update_people_segments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/batch/update/people/segments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "batch",
            "update",
            "people",
            "segments"
          ]
        },
        "description": "Batch Update People Segments (PATCH /website/{websiteID}/batch/segments). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_block_incoming_messages_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/block/incoming/messages/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "block",
            "incoming",
            "messages",
            "for",
            "conversation"
          ]
        },
        "description": "Block Incoming Messages For Conversation (PATCH /website/{websiteID}/conversation/{sessionID}/block). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_change_bill_period_for_website_plan_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/change/bill/period/for/website/plan/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "change",
            "bill",
            "period",
            "for",
            "website",
            "plan",
            "subscription"
          ]
        },
        "description": "Change Bill Period For Website Plan Subscription (PATCH /plans/subscription/{websiteID}/bill/period). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_change_conversation_state",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/change/conversation/state",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "change",
            "conversation",
            "state"
          ]
        },
        "description": "Change Conversation State (PATCH /website/{websiteID}/conversation/{sessionID}/state). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_change_operator_membership",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/change/operator/membership",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "change",
            "operator",
            "membership"
          ]
        },
        "description": "Change Operator Membership (PATCH /website/{websiteID}/operator/{userID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"userID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_campaign_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/campaign/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "campaign",
            "exists"
          ]
        },
        "description": "Check If Campaign Exists (HEAD /website/{websiteID}/campaign/{campaignID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_campaign_template_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/campaign/template/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "campaign",
            "template",
            "exists"
          ]
        },
        "description": "Check If Campaign Template Exists (HEAD /website/{websiteID}/campaigns/template/{templateID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"templateID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_connect_session_validity",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/connect/session/validity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "connect",
            "session",
            "validity"
          ]
        },
        "description": "Check Connect Session Validity (HEAD /plugin/connect/session).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_conversation_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/conversation/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "conversation",
            "exists"
          ]
        },
        "description": "Check If Conversation Exists (HEAD /website/{websiteID}/conversation/{sessionID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_coupon_availability_for_website_plan_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/coupon/availability/for/website/plan/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "coupon",
            "availability",
            "for",
            "website",
            "plan",
            "subscription"
          ]
        },
        "description": "Check Coupon Availability For Website Plan Subscription (GET /plans/subscription/{websiteID}/coupon).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_helpdesk_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/helpdesk/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "helpdesk",
            "exists"
          ]
        },
        "description": "Check If Helpdesk Exists (HEAD /website/{websiteID}/helpdesk).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_helpdesk_locale_article_alternate_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/helpdesk/locale/article/alternate/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "helpdesk",
            "locale",
            "article",
            "alternate",
            "exists"
          ]
        },
        "description": "Check If Helpdesk Locale Article Alternate Exists (HEAD /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternate/{localeLinked}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"localeLinked\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_helpdesk_locale_article_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/helpdesk/locale/article/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "helpdesk",
            "locale",
            "article",
            "exists"
          ]
        },
        "description": "Check If Helpdesk Locale Article Exists (HEAD /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_helpdesk_locale_category_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/helpdesk/locale/category/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "helpdesk",
            "locale",
            "category",
            "exists"
          ]
        },
        "description": "Check If Helpdesk Locale Category Exists (HEAD /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_helpdesk_locale_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/helpdesk/locale/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "helpdesk",
            "locale",
            "exists"
          ]
        },
        "description": "Check If Helpdesk Locale Exists (HEAD /website/{websiteID}/helpdesk/locale/{locale}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_helpdesk_locale_section_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/helpdesk/locale/section/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "helpdesk",
            "locale",
            "section",
            "exists"
          ]
        },
        "description": "Check If Helpdesk Locale Section Exists (HEAD /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"sectionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_helpdesk_redirection_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/helpdesk/redirection/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "helpdesk",
            "redirection",
            "exists"
          ]
        },
        "description": "Check If Helpdesk Redirection Exists (HEAD /website/{websiteID}/helpdesk/redirection/{redirectionId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"redirectionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_inbox_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/inbox/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "inbox",
            "exists"
          ]
        },
        "description": "Check If Inbox Exists (HEAD /website/{websiteID}/inbox/{inboxID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"inboxID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_people_profile_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/people/profile/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "people",
            "profile",
            "exists"
          ]
        },
        "description": "Check If People Profile Exists (HEAD /website/{websiteID}/people/profile/{peopleID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_check_website_exists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/website/exists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "website",
            "exists"
          ]
        },
        "description": "Check If Website Exists (HEAD /website).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_clear_blocked_visitors_in_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/clear/blocked/visitors/in/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "clear",
            "blocked",
            "visitors",
            "in",
            "rule"
          ]
        },
        "description": "Clear Blocked Visitors In Rule (DELETE /website/{websiteID}/visitors/blocked/{rule}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"rule\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_compose_message_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/compose/message/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "compose",
            "message",
            "in",
            "conversation"
          ]
        },
        "description": "Compose A Message In Conversation (PATCH /website/{websiteID}/conversation/{sessionID}/compose). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_count_blocked_visitors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/count/blocked/visitors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "count",
            "blocked",
            "visitors"
          ]
        },
        "description": "Count Blocked Visitors (GET /website/{websiteID}/visitors/blocked).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_count_blocked_visitors_in_rule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/count/blocked/visitors/in/rule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "count",
            "blocked",
            "visitors",
            "in",
            "rule"
          ]
        },
        "description": "Count Blocked Visitors In Rule (GET /website/{websiteID}/visitors/blocked/{rule}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"rule\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_count_visitors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/count/visitors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "count",
            "visitors"
          ]
        },
        "description": "Count Visitors (GET /website/{websiteID}/visitors/count).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_create_new_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "campaign"
          ]
        },
        "description": "Create A New Campaign (POST /website/{websiteID}/campaign). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_create_new_campaign_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/campaign/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "campaign",
            "template"
          ]
        },
        "description": "Create A New Campaign Template (POST /website/{websiteID}/campaigns/template). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_create_new_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "conversation"
          ]
        },
        "description": "Create A New Conversation (POST /website/{websiteID}/conversation). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_create_new_inbox",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/new/inbox",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "new",
            "inbox"
          ]
        },
        "description": "Create A New Inbox (POST /website/{websiteID}/inbox). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_create_website",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/website",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "website"
          ]
        },
        "description": "Create Website (POST /website). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_helpdesk",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpdesk",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpdesk"
          ]
        },
        "description": "Delete Helpdesk (DELETE /website/{websiteID}/helpdesk). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_helpdesk_locale",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpdesk/locale",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpdesk",
            "locale"
          ]
        },
        "description": "Delete Helpdesk Locale (DELETE /website/{websiteID}/helpdesk/locale/{locale}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_helpdesk_locale_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpdesk/locale/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpdesk",
            "locale",
            "article"
          ]
        },
        "description": "Delete Helpdesk Locale Article (DELETE /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_helpdesk_locale_article_alternate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpdesk/locale/article/alternate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpdesk",
            "locale",
            "article",
            "alternate"
          ]
        },
        "description": "Delete Helpdesk Locale Article Alternate (DELETE /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternate/{localeLinked}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"localeLinked\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_helpdesk_locale_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpdesk/locale/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpdesk",
            "locale",
            "category"
          ]
        },
        "description": "Delete Helpdesk Locale Category (DELETE /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_helpdesk_locale_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpdesk/locale/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpdesk",
            "locale",
            "section"
          ]
        },
        "description": "Delete Helpdesk Locale Section (DELETE /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"sectionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_helpdesk_redirection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/helpdesk/redirection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "helpdesk",
            "redirection"
          ]
        },
        "description": "Delete Helpdesk Redirection (DELETE /website/{websiteID}/helpdesk/redirection/{redirectionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"redirectionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_inbox",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/inbox",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "inbox"
          ]
        },
        "description": "Delete Inbox (DELETE /website/{websiteID}/inbox/{inboxID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"inboxID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_suggested_conversation_data_key",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/suggested/conversation/data/key",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "suggested",
            "conversation",
            "data",
            "key"
          ]
        },
        "description": "Delete Suggested Conversation Data Key (DELETE /website/{websiteID}/conversations/suggest/data). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_suggested_conversation_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/suggested/conversation/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "suggested",
            "conversation",
            "segment"
          ]
        },
        "description": "Delete Suggested Conversation Segment (DELETE /website/{websiteID}/conversations/suggest/segment). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_suggested_people_data_key",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/suggested/people/data/key",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "suggested",
            "people",
            "data",
            "key"
          ]
        },
        "description": "Delete Suggested People Data Key (DELETE /website/{websiteID}/people/suggest/data). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_suggested_people_event",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/suggested/people/event",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "suggested",
            "people",
            "event"
          ]
        },
        "description": "Delete Suggested People Event (DELETE /website/{websiteID}/people/suggest/event). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_suggested_people_segment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/suggested/people/segment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "suggested",
            "people",
            "segment"
          ]
        },
        "description": "Delete Suggested People Segment (DELETE /website/{websiteID}/people/suggest/segment). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_delete_website",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/website",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "website"
          ]
        },
        "description": "Delete A Website (DELETE /website/{websiteID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_deliver_widget_button_action_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/deliver/widget/button/action/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "deliver",
            "widget",
            "button",
            "action",
            "for",
            "conversation"
          ]
        },
        "description": "Deliver Widget Button Action For Conversation (POST /website/{websiteID}/conversation/{sessionID}/widget/{pluginID}/button). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_deliver_widget_data_edit_action_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/deliver/widget/data/edit/action/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "deliver",
            "widget",
            "data",
            "edit",
            "action",
            "for",
            "conversation"
          ]
        },
        "description": "Deliver Widget Data Edit Action For Conversation (POST /website/{websiteID}/conversation/{sessionID}/widget/{pluginID}/data). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_deliver_widget_data_fetch_action_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/deliver/widget/data/fetch/action/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "deliver",
            "widget",
            "data",
            "fetch",
            "action",
            "for",
            "conversation"
          ]
        },
        "description": "Deliver Widget Data Fetch Action For Conversation (POST /website/{websiteID}/conversation/{sessionID}/widget/{pluginID}/data). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_dispatch_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/dispatch/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "dispatch",
            "campaign"
          ]
        },
        "description": "Dispatch A Campaign (POST /website/{websiteID}/campaign/{campaignID}/dispatch). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_dispatch_plugin_event",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/dispatch/plugin/event",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "dispatch",
            "plugin",
            "event"
          ]
        },
        "description": "Dispatch Plugin Event (POST /plugins/subscription/{websiteID}/{pluginID}/event). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_export_helpdesk_locale_articles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/helpdesk/locale/articles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "helpdesk",
            "locale",
            "articles"
          ]
        },
        "description": "Export Helpdesk Locale Articles (POST /website/{websiteID}/helpdesk/locale/{locale}/export). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_export_people_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/export/people/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "export",
            "people",
            "profiles"
          ]
        },
        "description": "Export People Profiles (POST /website/{websiteID}/people/export/profiles). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_flush_last_active_website_operators",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/flush/last/active/website/operators",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "flush",
            "last",
            "active",
            "website",
            "operators"
          ]
        },
        "description": "Flush Last Active Website Operators (DELETE /website/{websiteID}/operators/active). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_forward_plugin_payload_to_channel",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/forward/plugin/payload/to/channel",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "forward",
            "plugin",
            "payload",
            "to",
            "channel"
          ]
        },
        "description": "Forward Plugin Payload To Channel (POST /plugins/subscription/{websiteID}/{pluginID}/channel). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_generate_analytics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/analytics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "analytics"
          ]
        },
        "description": "Generate Analytics (POST /website/{websiteID}/analytics/generate). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_generate_helpdesk_domain_setup_flow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/helpdesk/domain/setup/flow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "helpdesk",
            "domain",
            "setup",
            "flow"
          ]
        },
        "description": "Generate Helpdesk Domain Setup Flow (GET /website/{websiteID}/helpdesk/domain/setup).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_block_status_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/block/status/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "block",
            "status",
            "for",
            "conversation"
          ]
        },
        "description": "Get Block Status For Conversation (GET /website/{websiteID}/conversation/{sessionID}/block).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign"
          ]
        },
        "description": "Get A Campaign (GET /website/{websiteID}/campaign/{campaignID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_campaign_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/campaign/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "campaign",
            "template"
          ]
        },
        "description": "Get A Campaign Template (GET /website/{websiteID}/campaigns/template/{templateID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"templateID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_connect_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/connect/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "connect",
            "account"
          ]
        },
        "description": "Get Connect Account (GET /plugin/connect/account).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation"
          ]
        },
        "description": "Get A Conversation (GET /website/{websiteID}/conversation/{sessionID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_conversation_metas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation/metas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation",
            "metas"
          ]
        },
        "description": "Get Conversation Metas (GET /website/{websiteID}/conversation/{sessionID}/meta).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_conversation_participants",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation/participants",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation",
            "participants"
          ]
        },
        "description": "Get Conversation Participants (GET /website/{websiteID}/conversation/{sessionID}/participants).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_conversation_relations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation/relations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation",
            "relations"
          ]
        },
        "description": "Get Conversation Relations (GET /website/{websiteID}/conversation/{sessionID}/relations).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_conversation_routing_assign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation/routing/assign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation",
            "routing",
            "assign"
          ]
        },
        "description": "Get Conversation Routing Assign (GET /website/{websiteID}/conversation/{sessionID}/routing).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_conversation_state",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation/state",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation",
            "state"
          ]
        },
        "description": "Get Conversation State (GET /website/{websiteID}/conversation/{sessionID}/state).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_inbox",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/inbox",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "inbox"
          ]
        },
        "description": "Get Inbox (GET /website/{websiteID}/inbox/{inboxID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"inboxID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_message_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/message/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "message",
            "in",
            "conversation"
          ]
        },
        "description": "Get A Message In Conversation (GET /website/{websiteID}/conversation/{sessionID}/message/{fingerprint}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"fingerprint\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_messages_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/messages/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "messages",
            "in",
            "conversation"
          ]
        },
        "description": "Get Messages In Conversation (GET /website/{websiteID}/conversation/{sessionID}/messages).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_ongoing_call_session_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/ongoing/call/session/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "ongoing",
            "call",
            "session",
            "for",
            "conversation"
          ]
        },
        "description": "Get Ongoing Call Session For Conversation (GET /website/{websiteID}/conversation/{sessionID}/call).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_original_message_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/original/message/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "original",
            "message",
            "in",
            "conversation"
          ]
        },
        "description": "Get An Original Message In Conversation (GET /website/{websiteID}/conversation/{sessionID}/original/{originalID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"originalID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_people_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/people/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "people",
            "data"
          ]
        },
        "description": "Get People Data (GET /website/{websiteID}/people/data/{peopleID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_people_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/people/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "people",
            "profile"
          ]
        },
        "description": "Save People Profile (GET /website/{websiteID}/people/profile/{peopleID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_people_statistics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/people/statistics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "people",
            "statistics"
          ]
        },
        "description": "Get People Statistics (GET /website/{websiteID}/people/stats).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_people_subscription_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/people/subscription/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "people",
            "subscription",
            "status"
          ]
        },
        "description": "Get People Subscription Status (GET /website/{websiteID}/people/subscription/{peopleID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_plan_subscription_for_website",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/plan/subscription/for/website",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "plan",
            "subscription",
            "for",
            "website"
          ]
        },
        "description": "Get Plan Subscription For A Website (GET /plans/subscription/{websiteID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_plugin_attest_provenance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/plugin/attest/provenance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "plugin",
            "attest",
            "provenance"
          ]
        },
        "description": "Get Plugin Attest Provenance (GET /plugins/subscription/{websiteID}/{pluginID}/attest/provenance).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_plugin_usage_bills",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/plugin/usage/bills",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "plugin",
            "usage",
            "bills"
          ]
        },
        "description": "Get Plugin Usage Bills (GET /plugins/subscription/{websiteID}/{pluginID}/bill/usage).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_session_identifier_from_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/session/identifier/from/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "session",
            "identifier",
            "from",
            "token"
          ]
        },
        "description": "Get Session Identifier From Token (GET /website/{websiteID}/visitors/token/{tokenID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"tokenID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_subscription_details",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/subscription/details",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "subscription",
            "details"
          ]
        },
        "description": "Get Subscription Details (GET /plugins/subscription/{websiteID}/{pluginID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_subscription_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/subscription/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "subscription",
            "settings"
          ]
        },
        "description": "Get Subscription Settings (GET /plugins/subscription/{websiteID}/{pluginID}/settings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_verify_key",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/verify/key",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "verify",
            "key"
          ]
        },
        "description": "Get Verify Key (GET /website/{websiteID}/verify/key).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_verify_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/verify/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "verify",
            "settings"
          ]
        },
        "description": "Get Verify Settings (GET /website/{websiteID}/verify/settings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_verify_status_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/verify/status/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "verify",
            "status",
            "for",
            "conversation"
          ]
        },
        "description": "Get Verify Status For Conversation (GET /website/{websiteID}/conversation/{sessionID}/verify).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_website",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/website",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "website"
          ]
        },
        "description": "Get A Website (GET /website/{websiteID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_website_availability_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/website/availability/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "website",
            "availability",
            "status"
          ]
        },
        "description": "Get Website Availability Status (GET /website/{websiteID}/availability/status).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_website_operator",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/website/operator",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "website",
            "operator"
          ]
        },
        "description": "Get A Website Operator (GET /website/{websiteID}/operator/{userID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"userID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_get_website_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/website/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "website",
            "settings"
          ]
        },
        "description": "Get Website Settings (GET /website/{websiteID}/settings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_import_external_helpdesk_to_locale",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/import/external/helpdesk/to/locale",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "import",
            "external",
            "helpdesk",
            "to",
            "locale"
          ]
        },
        "description": "Import External Helpdesk To Locale (POST /website/{websiteID}/helpdesk/locale/{locale}/import). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_import_people_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/import/people/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "import",
            "people",
            "profiles"
          ]
        },
        "description": "Import People Profiles (POST /website/{websiteID}/people/import/profiles). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_initialize_helpdesk",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/initialize/helpdesk",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "initialize",
            "helpdesk"
          ]
        },
        "description": "Initialize Helpdesk (POST /website/{websiteID}/helpdesk). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_initiate_browsing_session_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/initiate/browsing/session/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "initiate",
            "browsing",
            "session",
            "for",
            "conversation"
          ]
        },
        "description": "Initiate Browsing Session For Conversation (POST /website/{websiteID}/conversation/{sessionID}/browsing). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_initiate_conversation_with_existing_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/initiate/conversation/with/existing/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "initiate",
            "conversation",
            "with",
            "existing",
            "session"
          ]
        },
        "description": "Initiate A Conversation With Existing Session (POST /website/{websiteID}/conversation/{sessionID}/initiate). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_initiate_new_call_session_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/initiate/new/call/session/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "initiate",
            "new",
            "call",
            "session",
            "for",
            "conversation"
          ]
        },
        "description": "Initiate New Call Session For Conversation (POST /website/{websiteID}/conversation/{sessionID}/call). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_invite_website_operator",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/invite/website/operator",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "invite",
            "website",
            "operator"
          ]
        },
        "description": "Invite A Website Operator (POST /website/{websiteID}/operator). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "accounts"
          ]
        },
        "description": "Lista as conexões (contas) Crisp vinculadas a este install — id, label, website.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_all_connect_websites",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/connect/websites",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "connect",
            "websites"
          ]
        },
        "description": "List All Connect Websites (GET /plugin/connect/websites/all/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_browsing_sessions_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/browsing/sessions/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "browsing",
            "sessions",
            "for",
            "conversation"
          ]
        },
        "description": "List Browsing Sessions For Conversation (GET /website/{websiteID}/conversation/{sessionID}/browsing).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_campaign_recipients",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/recipients",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "recipients"
          ]
        },
        "description": "List Campaign Recipients (GET /website/{websiteID}/campaign/{campaignID}/recipients/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_campaign_statistics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/statistics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "statistics"
          ]
        },
        "description": "List Campaign Statistics (GET /website/{websiteID}/campaign/{campaignID}/statistics/{action}/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"action\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_campaign_tags",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/tags",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "tags"
          ]
        },
        "description": "List Campaign Tags (GET /website/{websiteID}/campaigns/tags).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_campaign_templates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaign/templates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaign",
            "templates"
          ]
        },
        "description": "List Campaign Templates (GET /website/{websiteID}/campaigns/templates/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaigns"
          ]
        },
        "description": "List Campaigns (GET /website/{websiteID}/campaigns/list/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_connect_websites_since",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/connect/websites/since",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "connect",
            "websites",
            "since"
          ]
        },
        "description": "List Connect Websites Since (GET /plugin/connect/websites/since).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_conversation_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/conversation/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "conversation",
            "events"
          ]
        },
        "description": "List Conversation Events (GET /website/{websiteID}/conversation/{sessionID}/events/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_conversation_files",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/conversation/files",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "conversation",
            "files"
          ]
        },
        "description": "List Conversation Files (GET /website/{websiteID}/conversation/{sessionID}/files/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_conversation_pages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/conversation/pages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "conversation",
            "pages"
          ]
        },
        "description": "List Conversation Pages (GET /website/{websiteID}/conversation/{sessionID}/pages/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "conversations"
          ]
        },
        "description": "List Conversations (GET /website/{websiteID}/conversations/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_helpdesk_locale_article_alternates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/helpdesk/locale/article/alternates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "helpdesk",
            "locale",
            "article",
            "alternates"
          ]
        },
        "description": "List Helpdesk Locale Article Alternates (GET /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternates).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_helpdesk_locale_articles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/helpdesk/locale/articles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "helpdesk",
            "locale",
            "articles"
          ]
        },
        "description": "List Helpdesk Locale Articles (GET /website/{websiteID}/helpdesk/locale/{locale}/articles/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_helpdesk_locale_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/helpdesk/locale/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "helpdesk",
            "locale",
            "categories"
          ]
        },
        "description": "List Helpdesk Locale Categories (GET /website/{websiteID}/helpdesk/locale/{locale}/categories/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_helpdesk_locale_feedbacks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/helpdesk/locale/feedbacks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "helpdesk",
            "locale",
            "feedbacks"
          ]
        },
        "description": "List Helpdesk Locale Feedbacks (GET /website/{websiteID}/helpdesk/locale/{locale}/feedback/list/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_helpdesk_locale_sections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/helpdesk/locale/sections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "helpdesk",
            "locale",
            "sections"
          ]
        },
        "description": "List Helpdesk Locale Sections (GET /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/sections/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_helpdesk_locales",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/helpdesk/locales",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "helpdesk",
            "locales"
          ]
        },
        "description": "List Helpdesk Locales (GET /website/{websiteID}/helpdesk/locales/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_helpdesk_redirections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/helpdesk/redirections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "helpdesk",
            "redirections"
          ]
        },
        "description": "List Helpdesk Redirections (GET /website/{websiteID}/helpdesk/redirections/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_inboxes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/inboxes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "inboxes"
          ]
        },
        "description": "List Inboxes (GET /website/{websiteID}/inboxes/list/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_last_active_website_operators",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/last/active/website/operators",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "last",
            "active",
            "website",
            "operators"
          ]
        },
        "description": "List Last Active Website Operators (GET /website/{websiteID}/operators/active).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_people_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/people/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "people",
            "campaigns"
          ]
        },
        "description": "List People Campaigns (GET /website/{websiteID}/people/campaigns/{peopleID}/list/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_people_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/people/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "people",
            "conversations"
          ]
        },
        "description": "List People Conversations (GET /website/{websiteID}/people/conversations/{peopleID}/list/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_people_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/people/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "people",
            "events"
          ]
        },
        "description": "List People Events (GET /website/{websiteID}/people/events/{peopleID}/list/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_people_profiles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/people/profiles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "people",
            "profiles"
          ]
        },
        "description": "List People Profiles (GET /website/{websiteID}/people/profiles/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_spam_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/spam/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "spam",
            "conversations"
          ]
        },
        "description": "List Spam Conversations (GET /website/{websiteID}/conversations/spams/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_subscriptions_for_website",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/subscriptions/for/website",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "subscriptions",
            "for",
            "website"
          ]
        },
        "description": "List Subscriptions For A Website (GET /plugins/subscription/{websiteID}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_suggested_conversation_data_keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/suggested/conversation/data/keys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "suggested",
            "conversation",
            "data",
            "keys"
          ]
        },
        "description": "List Suggested Conversation Data Keys (GET /website/{websiteID}/conversations/suggest/data/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_suggested_conversation_segments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/suggested/conversation/segments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "suggested",
            "conversation",
            "segments"
          ]
        },
        "description": "List Suggested Conversation Segments (GET /website/{websiteID}/conversations/suggest/segments/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_suggested_people_data_keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/suggested/people/data/keys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "suggested",
            "people",
            "data",
            "keys"
          ]
        },
        "description": "List Suggested People Data Keys (GET /website/{websiteID}/people/suggest/data/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_suggested_people_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/suggested/people/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "suggested",
            "people",
            "events"
          ]
        },
        "description": "List Suggested People Events (GET /website/{websiteID}/people/suggest/events/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_suggested_people_segments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/suggested/people/segments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "suggested",
            "people",
            "segments"
          ]
        },
        "description": "List Suggested People Segments (GET /website/{websiteID}/people/suggest/segments/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_visitors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/visitors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "visitors"
          ]
        },
        "description": "List Visitors (GET /website/{websiteID}/visitors/list/{pageNumber}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pageNumber\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_website_operator_availabilities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/website/operator/availabilities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "website",
            "operator",
            "availabilities"
          ]
        },
        "description": "List Website Operator Availabilities (GET /website/{websiteID}/availability/operators).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_list_website_operators",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/website/operators",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "website",
            "operators"
          ]
        },
        "description": "List Website Operators (GET /website/{websiteID}/operators/list).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_map_helpdesk_locale_feedback_ratings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/map/helpdesk/locale/feedback/ratings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "map",
            "helpdesk",
            "locale",
            "feedback",
            "ratings"
          ]
        },
        "description": "Map Helpdesk Locale Feedback Ratings (GET /website/{websiteID}/helpdesk/locale/{locale}/feedback/ratings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_mark_conversation_as_unread",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mark/conversation/as/unread",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mark",
            "conversation",
            "as",
            "unread"
          ]
        },
        "description": "Mark Conversation As Unread (PATCH /website/{websiteID}/conversation/{sessionID}/unread). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_mark_messages_delivered_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mark/messages/delivered/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mark",
            "messages",
            "delivered",
            "in",
            "conversation"
          ]
        },
        "description": "Mark Messages As Delivered In Conversation (PATCH /website/{websiteID}/conversation/{sessionID}/delivered). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_mark_messages_read_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/mark/messages/read/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "mark",
            "messages",
            "read",
            "in",
            "conversation"
          ]
        },
        "description": "Mark Messages As Read In Conversation (PATCH /website/{websiteID}/conversation/{sessionID}/read). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_pause_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pause/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pause",
            "campaign"
          ]
        },
        "description": "Pause A Campaign (POST /website/{websiteID}/campaign/{campaignID}/pause). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_pinpoint_visitors_on_map",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pinpoint/visitors/on/map",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pinpoint",
            "visitors",
            "on",
            "map"
          ]
        },
        "description": "Pinpoint Visitors On A Map (GET /website/{websiteID}/visitors/map).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_plans_list_all_active_subscriptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/plans/list/all/active/subscriptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "plans",
            "list",
            "all",
            "active",
            "subscriptions"
          ]
        },
        "description": "List All Active Plan Subscriptions (GET /plans/subscription).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_plugin_get_connect_endpoints",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/plugin/get/connect/endpoints",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "plugin",
            "get",
            "connect",
            "endpoints"
          ]
        },
        "description": "Get Connect Endpoints (GET /plugin/connect/endpoints).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_plugins_list_all_active_subscriptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/plugins/list/all/active/subscriptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "plugins",
            "list",
            "all",
            "active",
            "subscriptions"
          ]
        },
        "description": "List All Active Subscriptions (GET /plugins/subscription).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_publish_helpdesk_locale_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/publish/helpdesk/locale/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "publish",
            "helpdesk",
            "locale",
            "article"
          ]
        },
        "description": "Publish Helpdesk Locale Article (POST /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/publish). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_redeem_coupon_for_website_plan_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/redeem/coupon/for/website/plan/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "redeem",
            "coupon",
            "for",
            "website",
            "plan",
            "subscription"
          ]
        },
        "description": "Redeem Coupon For Website Plan Subscription (PATCH /plans/subscription/{websiteID}/coupon). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_redeem_identity_verification_link_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/redeem/identity/verification/link/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "redeem",
            "identity",
            "verification",
            "link",
            "for",
            "conversation"
          ]
        },
        "description": "Redeem Identity Verification Link For Conversation (PUT /website/{websiteID}/conversation/{sessionID}/verify/identity/link). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_remove_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "campaign"
          ]
        },
        "description": "Remove A Campaign (DELETE /website/{websiteID}/campaign/{campaignID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_remove_campaign_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/campaign/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "campaign",
            "template"
          ]
        },
        "description": "Remove A Campaign Template (DELETE /website/{websiteID}/campaigns/template/{templateID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"templateID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_remove_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "conversation"
          ]
        },
        "description": "Remove A Conversation (DELETE /website/{websiteID}/conversation/{sessionID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_remove_message_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/message/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "message",
            "in",
            "conversation"
          ]
        },
        "description": "Remove A Message In Conversation (DELETE /website/{websiteID}/conversation/{sessionID}/message/{fingerprint}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"fingerprint\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_remove_people_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/people/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "people",
            "profile"
          ]
        },
        "description": "Remove People Profile (DELETE /website/{websiteID}/people/profile/{peopleID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_report_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/report/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "report",
            "conversation"
          ]
        },
        "description": "Report Conversation (POST /website/{websiteID}/conversation/{sessionID}/report). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_report_plugin_usage_to_bill",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/report/plugin/usage/to/bill",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "report",
            "plugin",
            "usage",
            "to",
            "bill"
          ]
        },
        "description": "Report Plugin Usage To Bill (POST /plugins/subscription/{websiteID}/{pluginID}/bill/usage). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_request_chatbox_binding_purge_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/request/chatbox/binding/purge/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "request",
            "chatbox",
            "binding",
            "purge",
            "for",
            "conversation"
          ]
        },
        "description": "Request Chatbox Binding Purge For Conversation (POST /website/{websiteID}/conversation/{sessionID}/purge). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_request_email_transcript_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/request/email/transcript/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "request",
            "email",
            "transcript",
            "for",
            "conversation"
          ]
        },
        "description": "Request Email Transcript For Conversation (POST /website/{websiteID}/conversation/{sessionID}/transcript). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_request_helpdesk_domain_change",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/request/helpdesk/domain/change",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "request",
            "helpdesk",
            "domain",
            "change"
          ]
        },
        "description": "Request Helpdesk Domain Change (PATCH /website/{websiteID}/helpdesk/domain). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_request_identity_verification_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/request/identity/verification/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "request",
            "identity",
            "verification",
            "for",
            "conversation"
          ]
        },
        "description": "Request Identity Verification For Conversation (POST /website/{websiteID}/conversation/{sessionID}/verify/identity). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_request_tool_call_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/request/tool/call/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "request",
            "tool",
            "call",
            "for",
            "conversation"
          ]
        },
        "description": "Request Tool Call For Conversation (POST /website/{websiteID}/conversation/{sessionID}/tool). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_request_user_feedback_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/request/user/feedback/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "request",
            "user",
            "feedback",
            "for",
            "conversation"
          ]
        },
        "description": "Request User Feedback For Conversation (POST /website/{websiteID}/conversation/{sessionID}/feedback). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk"
          ]
        },
        "description": "Resolve Helpdesk (GET /website/{websiteID}/helpdesk).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_domain",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/domain",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "domain"
          ]
        },
        "description": "Resolve Helpdesk Domain (GET /website/{websiteID}/helpdesk/domain).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_locale",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/locale",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "locale"
          ]
        },
        "description": "Resolve Helpdesk Locale (GET /website/{websiteID}/helpdesk/locale/{locale}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_locale_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/locale/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "locale",
            "article"
          ]
        },
        "description": "Resolve Helpdesk Locale Article (GET /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_locale_article_alternate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/locale/article/alternate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "locale",
            "article",
            "alternate"
          ]
        },
        "description": "Resolve Helpdesk Locale Article Alternate (GET /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternate/{localeLinked}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"localeLinked\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_locale_article_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/locale/article/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "locale",
            "article",
            "category"
          ]
        },
        "description": "Resolve Helpdesk Locale Article Category (GET /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/category).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_locale_article_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/locale/article/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "locale",
            "article",
            "page"
          ]
        },
        "description": "Resolve Helpdesk Locale Article Page (GET /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/page).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_locale_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/locale/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "locale",
            "category"
          ]
        },
        "description": "Resolve Helpdesk Locale Category (GET /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_locale_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/locale/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "locale",
            "section"
          ]
        },
        "description": "Resolve Helpdesk Locale Section (GET /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"sectionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_redirection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/redirection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "redirection"
          ]
        },
        "description": "Resolve Helpdesk Redirection (GET /website/{websiteID}/helpdesk/redirection/{redirectionId}).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"redirectionId\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_helpdesk_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/helpdesk/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "helpdesk",
            "settings"
          ]
        },
        "description": "Resolve Helpdesk Settings (GET /website/{websiteID}/helpdesk/settings).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resolve_spam_conversation_content",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resolve/spam/conversation/content",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resolve",
            "spam",
            "conversation",
            "content"
          ]
        },
        "description": "Resolve Spam Conversation Content (GET /website/{websiteID}/conversations/spam/{spamID}/content).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"spamID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_resume_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/resume/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "resume",
            "campaign"
          ]
        },
        "description": "Resume A Campaign (POST /website/{websiteID}/campaign/{campaignID}/resume). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_roll_verify_key",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/roll/verify/key",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "roll",
            "verify",
            "key"
          ]
        },
        "description": "Roll Verify Key (POST /website/{websiteID}/verify/key). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "campaign"
          ]
        },
        "description": "Save A Campaign (PUT /website/{websiteID}/campaign/{campaignID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_campaign_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/campaign/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "campaign",
            "template"
          ]
        },
        "description": "Save A Campaign Template (PUT /website/{websiteID}/campaigns/template/{templateID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"templateID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_conversation_participants",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/conversation/participants",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "conversation",
            "participants"
          ]
        },
        "description": "Save Conversation Participants (PUT /website/{websiteID}/conversation/{sessionID}/participants). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_helpdesk_locale_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/helpdesk/locale/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "helpdesk",
            "locale",
            "article"
          ]
        },
        "description": "Save Helpdesk Locale Article (PUT /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_helpdesk_locale_article_alternate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/helpdesk/locale/article/alternate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "helpdesk",
            "locale",
            "article",
            "alternate"
          ]
        },
        "description": "Save Helpdesk Locale Article Alternate (PUT /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/alternate/{localeLinked}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"localeLinked\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_helpdesk_locale_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/helpdesk/locale/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "helpdesk",
            "locale",
            "category"
          ]
        },
        "description": "Save Helpdesk Locale Category (PUT /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_helpdesk_locale_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/helpdesk/locale/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "helpdesk",
            "locale",
            "section"
          ]
        },
        "description": "Save Helpdesk Locale Section (PUT /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"sectionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_helpdesk_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/helpdesk/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "helpdesk",
            "settings"
          ]
        },
        "description": "Save Helpdesk Settings (PATCH /website/{websiteID}/helpdesk/settings). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_inbox",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/inbox",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "inbox"
          ]
        },
        "description": "Save Inbox (PUT /website/{websiteID}/inbox/{inboxID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"inboxID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_people_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/people/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "people",
            "data"
          ]
        },
        "description": "Save People Data (PUT /website/{websiteID}/people/data/{peopleID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_people_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/people/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "people",
            "profile"
          ]
        },
        "description": "Get People Profile (PUT /website/{websiteID}/people/profile/{peopleID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_save_subscription_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/save/subscription/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "save",
            "subscription",
            "settings"
          ]
        },
        "description": "Save Subscription Settings (PUT /plugins/subscription/{websiteID}/{pluginID}/settings). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_schedule_reminder_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/schedule/reminder/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "schedule",
            "reminder",
            "for",
            "conversation"
          ]
        },
        "description": "Schedule A Reminder For Conversation (POST /website/{websiteID}/conversation/{sessionID}/reminder). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_send_action_to_existing_browsing_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/action/to/existing/browsing/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "action",
            "to",
            "existing",
            "browsing",
            "session"
          ]
        },
        "description": "Send Action To An Existing Browsing Session (PATCH /website/{websiteID}/conversation/{sessionID}/browsing/{browsingID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"browsingID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_send_email_to_website_operators",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/email/to/website/operators",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "email",
            "to",
            "website",
            "operators"
          ]
        },
        "description": "Send Email To Website Operators (POST /website/{websiteID}/operators/email). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_send_message_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/message/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "message",
            "in",
            "conversation"
          ]
        },
        "description": "Send A Message In Conversation (POST /website/{websiteID}/conversation/{sessionID}/message). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_submit_spam_conversation_decision",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/submit/spam/conversation/decision",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "submit",
            "spam",
            "conversation",
            "decision"
          ]
        },
        "description": "Submit Spam Conversation Decision (POST /website/{websiteID}/conversations/spam/{spamID}/decision). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"spamID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_subscribe_website_to_plan",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscribe/website/to/plan",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscribe",
            "website",
            "to",
            "plan"
          ]
        },
        "description": "Subscribe Website To Plan (POST /plans/subscription/{websiteID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_subscribe_website_to_plugin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/subscribe/website/to/plugin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "subscribe",
            "website",
            "to",
            "plugin"
          ]
        },
        "description": "Subscribe Website To Plugin (POST /plugins/subscription/{websiteID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_test_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/test/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "test",
            "campaign"
          ]
        },
        "description": "Test A Campaign (POST /website/{websiteID}/campaign/{campaignID}/test). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_transmit_signaling_on_ongoing_call_session",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/transmit/signaling/on/ongoing/call/session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "transmit",
            "signaling",
            "on",
            "ongoing",
            "call",
            "session"
          ]
        },
        "description": "Transmit Signaling On Ongoing Call Session (PATCH /website/{websiteID}/conversation/{sessionID}/call/{callID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"callID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_unlink_operator_from_website",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unlink/operator/from/website",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unlink",
            "operator",
            "from",
            "website"
          ]
        },
        "description": "Unlink Operator From Website (DELETE /website/{websiteID}/operator/{userID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"userID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_unpublish_helpdesk_locale_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unpublish/helpdesk/locale/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unpublish",
            "helpdesk",
            "locale",
            "article"
          ]
        },
        "description": "Unpublish Helpdesk Locale Article (POST /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/unpublish). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_unsubscribe_plan_from_website",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unsubscribe/plan/from/website",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unsubscribe",
            "plan",
            "from",
            "website"
          ]
        },
        "description": "Unsubscribe Plan From Website (DELETE /plans/subscription/{websiteID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_unsubscribe_plugin_from_website",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/unsubscribe/plugin/from/website",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "unsubscribe",
            "plugin",
            "from",
            "website"
          ]
        },
        "description": "Unsubscribe Plugin From Website (DELETE /plugins/subscription/{websiteID}/{pluginID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "campaign"
          ]
        },
        "description": "Update A Campaign (PATCH /website/{websiteID}/campaign/{campaignID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"campaignID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_campaign_template",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/campaign/template",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "campaign",
            "template"
          ]
        },
        "description": "Update A Campaign Template (PATCH /website/{websiteID}/campaigns/template/{templateID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"templateID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_conversation_inbox",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/conversation/inbox",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "conversation",
            "inbox"
          ]
        },
        "description": "Update Conversation Inbox (PATCH /website/{websiteID}/conversation/{sessionID}/inbox). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_conversation_metas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/conversation/metas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "conversation",
            "metas"
          ]
        },
        "description": "Update Conversation Metas (PATCH /website/{websiteID}/conversation/{sessionID}/meta). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_conversation_open_state",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/conversation/open/state",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "conversation",
            "open",
            "state"
          ]
        },
        "description": "Update Conversation Open State (PATCH /website/{websiteID}/conversation/{sessionID}/open). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_helpdesk_locale_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/helpdesk/locale/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "helpdesk",
            "locale",
            "article"
          ]
        },
        "description": "Update Helpdesk Locale Article (PATCH /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_helpdesk_locale_article_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/helpdesk/locale/article/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "helpdesk",
            "locale",
            "article",
            "category"
          ]
        },
        "description": "Update Helpdesk Locale Article Category (PATCH /website/{websiteID}/helpdesk/locale/{locale}/article/{articleId}/category). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"articleId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_helpdesk_locale_category",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/helpdesk/locale/category",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "helpdesk",
            "locale",
            "category"
          ]
        },
        "description": "Update Helpdesk Locale Category (PATCH /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_helpdesk_locale_section",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/helpdesk/locale/section",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "helpdesk",
            "locale",
            "section"
          ]
        },
        "description": "Update Helpdesk Locale Section (PATCH /website/{websiteID}/helpdesk/locale/{locale}/category/{categoryId}/section/{sectionId}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"locale\": \"\",\n  \"categoryId\": \"\",\n  \"sectionId\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_message_in_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/message/in/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "message",
            "in",
            "conversation"
          ]
        },
        "description": "Update A Message In Conversation (PATCH /website/{websiteID}/conversation/{sessionID}/message/{fingerprint}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"fingerprint\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_people_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/people/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "people",
            "data"
          ]
        },
        "description": "Update People Data (PATCH /website/{websiteID}/people/data/{peopleID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_people_profile",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/people/profile",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "people",
            "profile"
          ]
        },
        "description": "Update People Profile (PATCH /website/{websiteID}/people/profile/{peopleID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_people_subscription_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/people/subscription/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "people",
            "subscription",
            "status"
          ]
        },
        "description": "Update People Subscription Status (PATCH /website/{websiteID}/people/subscription/{peopleID}). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"peopleID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_subscription_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/subscription/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "subscription",
            "settings"
          ]
        },
        "description": "Update Subscription Settings (PATCH /plugins/subscription/{websiteID}/{pluginID}/settings). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"pluginID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_verify_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/verify/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "verify",
            "settings"
          ]
        },
        "description": "Update Verify Settings (PATCH /website/{websiteID}/verify/settings). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_verify_status_for_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/verify/status/for/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "verify",
            "status",
            "for",
            "conversation"
          ]
        },
        "description": "Update Verify Status For Conversation (PATCH /website/{websiteID}/conversation/{sessionID}/verify). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"sessionID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_update_website_settings",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/website/settings",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "website",
            "settings"
          ]
        },
        "description": "Update Website Settings (PATCH /website/{websiteID}/settings). [write]",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"body\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "crisp_website_get_connect_endpoints",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/website/get/connect/endpoints",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "website",
            "get",
            "connect",
            "endpoints"
          ]
        },
        "description": "Get Connect Endpoints (GET /website/{websiteID}/connect/endpoints).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"websiteID\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}