{
  "info": {
    "name": "Intercom — mcp.ai",
    "description": "REST API for the Intercom 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/intercom",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "intercom_add_subscription_to_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/subscription/to/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "subscription",
            "to",
            "a",
            "contact"
          ]
        },
        "description": "You can add a specific subscription to a contact. in intercom, we have two different subscription types based on user consent - opt-out and opt-in: 1.attaching a contact to an opt-out subscription typ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"contact_id\": \"\",\n  \"consent_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_add_tag_to_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/tag/to/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "tag",
            "to",
            "a",
            "contact"
          ]
        },
        "description": "You can tag a specific contact. this will return a tag object for the tag that was added to the contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_assign_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/assign/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "assign",
            "conversation"
          ]
        },
        "description": "Assigns a conversation to a specific admin or team in intercom",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"team_id\": \"\",\n  \"admin_id\": \"\",\n  \"assignee_id\": \"\",\n  \"conversation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_attach_a_contact_to_a_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/attach/a/contact/to/a/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "attach",
            "a",
            "contact",
            "to",
            "a",
            "company"
          ]
        },
        "description": "You can attach a company to a single contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_close_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/close/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "close",
            "conversation"
          ]
        },
        "description": "Closes a conversation in intercom, marking it as resolved",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": \"\",\n  \"admin_id\": \"\",\n  \"conversation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_create_a_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "collection"
          ]
        },
        "description": "You can create a new collection by making a post request to `https://api.intercom.io/help center/collections.`",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"parent_id\": \"\",\n  \"description\": \"\",\n  \"help_center_id\": 0,\n  \"translated__content__type\": \"\",\n  \"translated__content__ar__name\": \"\",\n  \"translated__content__ar__type\": \"\",\n  \"translated__content__bg__name\": \"\",\n  \"translated__content__bg__type\": \"\",\n  \"translated__content__bs__name\": \"\",\n  \"translated__content__bs__type\": \"\",\n  \"translated__content__ca__name\": \"\",\n  \"translated__content__ca__type\": \"\",\n  \"translated__content__cs__name\": \"\",\n  \"translated__content__cs__type\": \"\",\n  \"translated__content__da__name\": \"\",\n  \"translated__content__da__type\": \"\",\n  \"translated__content__de__name\": \"\",\n  \"translated__content__de__type\": \"\",\n  \"translated__content__el__name\": \"\",\n  \"translated__content__el__type\": \"\",\n  \"translated__content__en__name\": \"\",\n  \"translated__content__en__type\": \"\",\n  \"translated__content__es__name\": \"\",\n  \"translated__content__es__type\": \"\",\n  \"translated__content__et__name\": \"\",\n  \"translated__content__et__type\": \"\",\n  \"translated__content__fi__name\": \"\",\n  \"translated__content__fi__type\": \"\",\n  \"translated__content__fr__name\": \"\",\n  \"translated__content__fr__type\": \"\",\n  \"translated__content__he__name\": \"\",\n  \"translated__content__he__type\": \"\",\n  \"translated__content__hr__name\": \"\",\n  \"translated__content__hr__type\": \"\",\n  \"translated__content__hu__name\": \"\",\n  \"translated__content__hu__type\": \"\",\n  \"translated__content__id__name\": \"\",\n  \"translated__content__id__type\": \"\",\n  \"translated__content__it__name\": \"\",\n  \"translated__content__it__type\": \"\",\n  \"translated__content__ja__name\": \"\",\n  \"translated__content__ja__type\": \"\",\n  \"translated__content__ko__name\": \"\",\n  \"translated__content__ko__type\": \"\",\n  \"translated__content__lt__name\": \"\",\n  \"translated__content__lt__type\": \"\",\n  \"translated__content__lv__name\": \"\",\n  \"translated__content__lv__type\": \"\",\n  \"translated__content__mn__name\": \"\",\n  \"translated__content__mn__type\": \"\",\n  \"translated__content__nb__name\": \"\",\n  \"translated__content__nb__type\": \"\",\n  \"translated__content__nl__name\": \"\",\n  \"translated__content__nl__type\": \"\",\n  \"translated__content__pl__name\": \"\",\n  \"translated__content__pl__type\": \"\",\n  \"translated__content__pt__name\": \"\",\n  \"translated__content__pt__type\": \"\",\n  \"translated__content__ro__name\": \"\",\n  \"translated__content__ro__type\": \"\",\n  \"translated__content__ru__name\": \"\",\n  \"translated__content__ru__type\": \"\",\n  \"translated__content__sl__name\": \"\",\n  \"translated__content__sl__type\": \"\",\n  \"translated__content__sr__name\": \"\",\n  \"translated__content__sr__type\": \"\",\n  \"translated__content__sv__name\": \"\",\n  \"translated__content__sv__type\": \"\",\n  \"translated__content__tr__name\": \"\",\n  \"translated__content__tr__type\": \"\",\n  \"translated__content__vi__name\": \"\",\n  \"translated__content__vi__type\": \"\",\n  \"translated__content__pt__BR__name\": \"\",\n  \"translated__content__pt__BR__type\": \"\",\n  \"translated__content__zh__CN__name\": \"\",\n  \"translated__content__zh__CN__type\": \"\",\n  \"translated__content__zh__TW__name\": \"\",\n  \"translated__content__zh__TW__type\": \"\",\n  \"translated__content__ar__description\": \"\",\n  \"translated__content__bg__description\": \"\",\n  \"translated__content__bs__description\": \"\",\n  \"translated__content__ca__description\": \"\",\n  \"translated__content__cs__description\": \"\",\n  \"translated__content__da__description\": \"\",\n  \"translated__content__de__description\": \"\",\n  \"translated__content__el__description\": \"\",\n  \"translated__content__en__description\": \"\",\n  \"translated__content__es__description\": \"\",\n  \"translated__content__et__description\": \"\",\n  \"translated__content__fi__description\": \"\",\n  \"translated__content__fr__description\": \"\",\n  \"translated__content__he__description\": \"\",\n  \"translated__content__hr__description\": \"\",\n  \"translated__content__hu__description\": \"\",\n  \"translated__content__id__description\": \"\",\n  \"translated__content__it__description\": \"\",\n  \"translated__content__ja__description\": \"\",\n  \"translated__content__ko__description\": \"\",\n  \"translated__content__lt__description\": \"\",\n  \"translated__content__lv__description\": \"\",\n  \"translated__content__mn__description\": \"\",\n  \"translated__content__nb__description\": \"\",\n  \"translated__content__nl__description\": \"\",\n  \"translated__content__pl__description\": \"\",\n  \"translated__content__pt__description\": \"\",\n  \"translated__content__ro__description\": \"\",\n  \"translated__content__ru__description\": \"\",\n  \"translated__content__sl__description\": \"\",\n  \"translated__content__sr__description\": \"\",\n  \"translated__content__sv__description\": \"\",\n  \"translated__content__tr__description\": \"\",\n  \"translated__content__vi__description\": \"\",\n  \"translated__content__pt__BR__description\": \"\",\n  \"translated__content__zh__CN__description\": \"\",\n  \"translated__content__zh__TW__description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_create_a_note",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/a/note",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "a",
            "note"
          ]
        },
        "description": "You can add a note to a single contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"body\": \"\",\n  \"admin_id\": \"\",\n  \"contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_create_an_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/an/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "an",
            "article"
          ]
        },
        "description": "You can create a new article by making a post request to `https://api.intercom.io/articles`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": \"\",\n  \"state\": \"\",\n  \"title\": \"\",\n  \"author_id\": 0,\n  \"parent_id\": 0,\n  \"description\": \"\",\n  \"parent_type\": \"\",\n  \"translated__content__type\": \"\",\n  \"translated__content__ar__url\": \"\",\n  \"translated__content__bg__url\": \"\",\n  \"translated__content__bs__url\": \"\",\n  \"translated__content__ca__url\": \"\",\n  \"translated__content__cs__url\": \"\",\n  \"translated__content__da__url\": \"\",\n  \"translated__content__de__url\": \"\",\n  \"translated__content__el__url\": \"\",\n  \"translated__content__en__url\": \"\",\n  \"translated__content__es__url\": \"\",\n  \"translated__content__et__url\": \"\",\n  \"translated__content__fi__url\": \"\",\n  \"translated__content__fr__url\": \"\",\n  \"translated__content__he__url\": \"\",\n  \"translated__content__hr__url\": \"\",\n  \"translated__content__hu__url\": \"\",\n  \"translated__content__id__url\": \"\",\n  \"translated__content__it__url\": \"\",\n  \"translated__content__ja__url\": \"\",\n  \"translated__content__ko__url\": \"\",\n  \"translated__content__lt__url\": \"\",\n  \"translated__content__lv__url\": \"\",\n  \"translated__content__mn__url\": \"\",\n  \"translated__content__nb__url\": \"\",\n  \"translated__content__nl__url\": \"\",\n  \"translated__content__pl__url\": \"\",\n  \"translated__content__pt__url\": \"\",\n  \"translated__content__ro__url\": \"\",\n  \"translated__content__ru__url\": \"\",\n  \"translated__content__sl__url\": \"\",\n  \"translated__content__sr__url\": \"\",\n  \"translated__content__sv__url\": \"\",\n  \"translated__content__tr__url\": \"\",\n  \"translated__content__vi__url\": \"\",\n  \"translated__content__ar__body\": \"\",\n  \"translated__content__ar__type\": \"\",\n  \"translated__content__bg__body\": \"\",\n  \"translated__content__bg__type\": \"\",\n  \"translated__content__bs__body\": \"\",\n  \"translated__content__bs__type\": \"\",\n  \"translated__content__ca__body\": \"\",\n  \"translated__content__ca__type\": \"\",\n  \"translated__content__cs__body\": \"\",\n  \"translated__content__cs__type\": \"\",\n  \"translated__content__da__body\": \"\",\n  \"translated__content__da__type\": \"\",\n  \"translated__content__de__body\": \"\",\n  \"translated__content__de__type\": \"\",\n  \"translated__content__el__body\": \"\",\n  \"translated__content__el__type\": \"\",\n  \"translated__content__en__body\": \"\",\n  \"translated__content__en__type\": \"\",\n  \"translated__content__es__body\": \"\",\n  \"translated__content__es__type\": \"\",\n  \"translated__content__et__body\": \"\",\n  \"translated__content__et__type\": \"\",\n  \"translated__content__fi__body\": \"\",\n  \"translated__content__fi__type\": \"\",\n  \"translated__content__fr__body\": \"\",\n  \"translated__content__fr__type\": \"\",\n  \"translated__content__he__body\": \"\",\n  \"translated__content__he__type\": \"\",\n  \"translated__content__hr__body\": \"\",\n  \"translated__content__hr__type\": \"\",\n  \"translated__content__hu__body\": \"\",\n  \"translated__content__hu__type\": \"\",\n  \"translated__content__id__body\": \"\",\n  \"translated__content__id__type\": \"\",\n  \"translated__content__it__body\": \"\",\n  \"translated__content__it__type\": \"\",\n  \"translated__content__ja__body\": \"\",\n  \"translated__content__ja__type\": \"\",\n  \"translated__content__ko__body\": \"\",\n  \"translated__content__ko__type\": \"\",\n  \"translated__content__lt__body\": \"\",\n  \"translated__content__lt__type\": \"\",\n  \"translated__content__lv__body\": \"\",\n  \"translated__content__lv__type\": \"\",\n  \"translated__content__mn__body\": \"\",\n  \"translated__content__mn__type\": \"\",\n  \"translated__content__nb__body\": \"\",\n  \"translated__content__nb__type\": \"\",\n  \"translated__content__nl__body\": \"\",\n  \"translated__content__nl__type\": \"\",\n  \"translated__content__pl__body\": \"\",\n  \"translated__content__pl__type\": \"\",\n  \"translated__content__pt__body\": \"\",\n  \"translated__content__pt__type\": \"\",\n  \"translated__content__ro__body\": \"\",\n  \"translated__content__ro__type\": \"\",\n  \"translated__content__ru__body\": \"\",\n  \"translated__content__ru__type\": \"\",\n  \"translated__content__sl__body\": \"\",\n  \"translated__content__sl__type\": \"\",\n  \"translated__content__sr__body\": \"\",\n  \"translated__content__sr__type\": \"\",\n  \"translated__content__sv__body\": \"\",\n  \"translated__content__sv__type\": \"\",\n  \"translated__content__tr__body\": \"\",\n  \"translated__content__tr__type\": \"\",\n  \"translated__content__vi__body\": \"\",\n  \"translated__content__vi__type\": \"\",\n  \"translated__content__ar__state\": \"\",\n  \"translated__content__ar__title\": \"\",\n  \"translated__content__bg__state\": \"\",\n  \"translated__content__bg__title\": \"\",\n  \"translated__content__bs__state\": \"\",\n  \"translated__content__bs__title\": \"\",\n  \"translated__content__ca__state\": \"\",\n  \"translated__content__ca__title\": \"\",\n  \"translated__content__cs__state\": \"\",\n  \"translated__content__cs__title\": \"\",\n  \"translated__content__da__state\": \"\",\n  \"translated__content__da__title\": \"\",\n  \"translated__content__de__state\": \"\",\n  \"translated__content__de__title\": \"\",\n  \"translated__content__el__state\": \"\",\n  \"translated__content__el__title\": \"\",\n  \"translated__content__en__state\": \"\",\n  \"translated__content__en__title\": \"\",\n  \"translated__content__es__state\": \"\",\n  \"translated__content__es__title\": \"\",\n  \"translated__content__et__state\": \"\",\n  \"translated__content__et__title\": \"\",\n  \"translated__content__fi__state\": \"\",\n  \"translated__content__fi__title\": \"\",\n  \"translated__content__fr__state\": \"\",\n  \"translated__content__fr__title\": \"\",\n  \"translated__content__he__state\": \"\",\n  \"translated__content__he__title\": \"\",\n  \"translated__content__hr__state\": \"\",\n  \"translated__content__hr__title\": \"\",\n  \"translated__content__hu__state\": \"\",\n  \"translated__content__hu__title\": \"\",\n  \"translated__content__id__state\": \"\",\n  \"translated__content__id__title\": \"\",\n  \"translated__content__it__state\": \"\",\n  \"translated__content__it__title\": \"\",\n  \"translated__content__ja__state\": \"\",\n  \"translated__content__ja__title\": \"\",\n  \"translated__content__ko__state\": \"\",\n  \"translated__content__ko__title\": \"\",\n  \"translated__content__lt__state\": \"\",\n  \"translated__content__lt__title\": \"\",\n  \"translated__content__lv__state\": \"\",\n  \"translated__content__lv__title\": \"\",\n  \"translated__content__mn__state\": \"\",\n  \"translated__content__mn__title\": \"\",\n  \"translated__content__nb__state\": \"\",\n  \"translated__content__nb__title\": \"\",\n  \"translated__content__nl__state\": \"\",\n  \"translated__content__nl__title\": \"\",\n  \"translated__content__pl__state\": \"\",\n  \"translated__content__pl__title\": \"\",\n  \"translated__content__pt__state\": \"\",\n  \"translated__content__pt__title\": \"\",\n  \"translated__content__ro__state\": \"\",\n  \"translated__content__ro__title\": \"\",\n  \"translated__content__ru__state\": \"\",\n  \"translated__content__ru__title\": \"\",\n  \"translated__content__sl__state\": \"\",\n  \"translated__content__sl__title\": \"\",\n  \"translated__content__sr__state\": \"\",\n  \"translated__content__sr__title\": \"\",\n  \"translated__content__sv__state\": \"\",\n  \"translated__content__sv__title\": \"\",\n  \"translated__content__tr__state\": \"\",\n  \"translated__content__tr__title\": \"\",\n  \"translated__content__vi__state\": \"\",\n  \"translated__content__vi__title\": \"\",\n  \"translated__content__pt__BR__url\": \"\",\n  \"translated__content__zh__CN__url\": \"\",\n  \"translated__content__zh__TW__url\": \"\",\n  \"translated__content__pt__BR__body\": \"\",\n  \"translated__content__pt__BR__type\": \"\",\n  \"translated__content__zh__CN__body\": \"\",\n  \"translated__content__zh__CN__type\": \"\",\n  \"translated__content__zh__TW__body\": \"\",\n  \"translated__content__zh__TW__type\": \"\",\n  \"translated__content__pt__BR__state\": \"\",\n  \"translated__content__pt__BR__title\": \"\",\n  \"translated__content__zh__CN__state\": \"\",\n  \"translated__content__zh__CN__title\": \"\",\n  \"translated__content__zh__TW__state\": \"\",\n  \"translated__content__zh__TW__title\": \"\",\n  \"translated__content__ar__author__id\": 0,\n  \"translated__content__bg__author__id\": 0,\n  \"translated__content__bs__author__id\": 0,\n  \"translated__content__ca__author__id\": 0,\n  \"translated__content__cs__author__id\": 0,\n  \"translated__content__da__author__id\": 0,\n  \"translated__content__de__author__id\": 0,\n  \"translated__content__el__author__id\": 0,\n  \"translated__content__en__author__id\": 0,\n  \"translated__content__es__author__id\": 0,\n  \"translated__content__et__author__id\": 0,\n  \"translated__content__fi__author__id\": 0,\n  \"translated__content__fr__author__id\": 0,\n  \"translated__content__he__author__id\": 0,\n  \"translated__content__hr__author__id\": 0,\n  \"translated__content__hu__author__id\": 0,\n  \"translated__content__id__author__id\": 0,\n  \"translated__content__it__author__id\": 0,\n  \"translated__content__ja__author__id\": 0,\n  \"translated__content__ko__author__id\": 0,\n  \"translated__content__lt__author__id\": 0,\n  \"translated__content__lv__author__id\": 0,\n  \"translated__content__mn__author__id\": 0,\n  \"translated__content__nb__author__id\": 0,\n  \"translated__content__nl__author__id\": 0,\n  \"translated__content__pl__author__id\": 0,\n  \"translated__content__pt__author__id\": 0,\n  \"translated__content__ro__author__id\": 0,\n  \"translated__content__ru__author__id\": 0,\n  \"translated__content__sl__author__id\": 0,\n  \"translated__content__sr__author__id\": 0,\n  \"translated__content__sv__author__id\": 0,\n  \"translated__content__tr__author__id\": 0,\n  \"translated__content__vi__author__id\": 0,\n  \"translated__content__ar__created__at\": 0,\n  \"translated__content__ar__description\": \"\",\n  \"translated__content__ar__updated__at\": 0,\n  \"translated__content__bg__created__at\": 0,\n  \"translated__content__bg__description\": \"\",\n  \"translated__content__bg__updated__at\": 0,\n  \"translated__content__bs__created__at\": 0,\n  \"translated__content__bs__description\": \"\",\n  \"translated__content__bs__updated__at\": 0,\n  \"translated__content__ca__created__at\": 0,\n  \"translated__content__ca__description\": \"\",\n  \"translated__content__ca__updated__at\": 0,\n  \"translated__content__cs__created__at\": 0,\n  \"translated__content__cs__description\": \"\",\n  \"translated__content__cs__updated__at\": 0,\n  \"translated__content__da__created__at\": 0,\n  \"translated__content__da__description\": \"\",\n  \"translated__content__da__updated__at\": 0,\n  \"translated__content__de__created__at\": 0,\n  \"translated__content__de__description\": \"\",\n  \"translated__content__de__updated__at\": 0,\n  \"translated__content__el__created__at\": 0,\n  \"translated__content__el__description\": \"\",\n  \"translated__content__el__updated__at\": 0,\n  \"translated__content__en__created__at\": 0,\n  \"translated__content__en__description\": \"\",\n  \"translated__content__en__updated__at\": 0,\n  \"translated__content__es__created__at\": 0,\n  \"translated__content__es__description\": \"\",\n  \"translated__content__es__updated__at\": 0,\n  \"translated__content__et__created__at\": 0,\n  \"translated__content__et__description\": \"\",\n  \"translated__content__et__updated__at\": 0,\n  \"translated__content__fi__created__at\": 0,\n  \"translated__content__fi__description\": \"\",\n  \"translated__content__fi__updated__at\": 0,\n  \"translated__content__fr__created__at\": 0,\n  \"translated__content__fr__description\": \"\",\n  \"translated__content__fr__updated__at\": 0,\n  \"translated__content__he__created__at\": 0,\n  \"translated__content__he__description\": \"\",\n  \"translated__content__he__updated__at\": 0,\n  \"translated__content__hr__created__at\": 0,\n  \"translated__content__hr__description\": \"\",\n  \"translated__content__hr__updated__at\": 0,\n  \"translated__content__hu__created__at\": 0,\n  \"translated__content__hu__description\": \"\",\n  \"translated__content__hu__updated__at\": 0,\n  \"translated__content__id__created__at\": 0,\n  \"translated__content__id__description\": \"\",\n  \"translated__content__id__updated__at\": 0,\n  \"translated__content__it__created__at\": 0,\n  \"translated__content__it__description\": \"\",\n  \"translated__content__it__updated__at\": 0,\n  \"translated__content__ja__created__at\": 0,\n  \"translated__content__ja__description\": \"\",\n  \"translated__content__ja__updated__at\": 0,\n  \"translated__content__ko__created__at\": 0,\n  \"translated__content__ko__description\": \"\",\n  \"translated__content__ko__updated__at\": 0,\n  \"translated__content__lt__created__at\": 0,\n  \"translated__content__lt__description\": \"\",\n  \"translated__content__lt__updated__at\": 0,\n  \"translated__content__lv__created__at\": 0,\n  \"translated__content__lv__description\": \"\",\n  \"translated__content__lv__updated__at\": 0,\n  \"translated__content__mn__created__at\": 0,\n  \"translated__content__mn__description\": \"\",\n  \"translated__content__mn__updated__at\": 0,\n  \"translated__content__nb__created__at\": 0,\n  \"translated__content__nb__description\": \"\",\n  \"translated__content__nb__updated__at\": 0,\n  \"translated__content__nl__created__at\": 0,\n  \"translated__content__nl__description\": \"\",\n  \"translated__content__nl__updated__at\": 0,\n  \"translated__content__pl__created__at\": 0,\n  \"translated__content__pl__description\": \"\",\n  \"translated__content__pl__updated__at\": 0,\n  \"translated__content__pt__created__at\": 0,\n  \"translated__content__pt__description\": \"\",\n  \"translated__content__pt__updated__at\": 0,\n  \"translated__content__ro__created__at\": 0,\n  \"translated__content__ro__description\": \"\",\n  \"translated__content__ro__updated__at\": 0,\n  \"translated__content__ru__created__at\": 0,\n  \"translated__content__ru__description\": \"\",\n  \"translated__content__ru__updated__at\": 0,\n  \"translated__content__sl__created__at\": 0,\n  \"translated__content__sl__description\": \"\",\n  \"translated__content__sl__updated__at\": 0,\n  \"translated__content__sr__created__at\": 0,\n  \"translated__content__sr__description\": \"\",\n  \"translated__content__sr__updated__at\": 0,\n  \"translated__content__sv__created__at\": 0,\n  \"translated__content__sv__description\": \"\",\n  \"translated__content__sv__updated__at\": 0,\n  \"translated__content__tr__created__at\": 0,\n  \"translated__content__tr__description\": \"\",\n  \"translated__content__tr__updated__at\": 0,\n  \"translated__content__vi__created__at\": 0,\n  \"translated__content__vi__description\": \"\",\n  \"translated__content__vi__updated__at\": 0,\n  \"translated__content__pt__BR__author__id\": 0,\n  \"translated__content__zh__CN__author__id\": 0,\n  \"translated__content__zh__TW__author__id\": 0,\n  \"translated__content__pt__BR__created__at\": 0,\n  \"translated__content__pt__BR__description\": \"\",\n  \"translated__content__pt__BR__updated__at\": 0,\n  \"translated__content__zh__CN__created__at\": 0,\n  \"translated__content__zh__CN__description\": \"\",\n  \"translated__content__zh__CN__updated__at\": 0,\n  \"translated__content__zh__TW__created__at\": 0,\n  \"translated__content__zh__TW__description\": \"\",\n  \"translated__content__zh__TW__updated__at\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_create_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "conversation"
          ]
        },
        "description": "Creates a new conversation in intercom",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": \"\",\n  \"subject\": \"\",\n  \"from_user_id\": \"\",\n  \"message_type\": \"\",\n  \"from_admin_id\": \"\",\n  \"from_contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_create_or_update_a_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/or/update/a/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "or",
            "update",
            "a",
            "company"
          ]
        },
        "description": "You can create or update a company. companies will be only visible in intercom when there is at least one associated user. companies are looked up via `company id` in a `post` request, if not found vi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"plan\": \"\",\n  \"size\": 0,\n  \"website\": \"\",\n  \"industry\": \"\",\n  \"company_id\": \"\",\n  \"monthly_spend\": 0,\n  \"custom_attributes\": {},\n  \"remote_created_at\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_delete_a_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/a/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "a",
            "collection"
          ]
        },
        "description": "You can delete a single collection by making a delete request to `https://api.intercom.io/collections/<id>`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_delete_a_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/a/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "a",
            "company"
          ]
        },
        "description": "You can delete a single company.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_delete_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "a",
            "contact"
          ]
        },
        "description": "You can delete a single contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_delete_an_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/an/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "an",
            "article"
          ]
        },
        "description": "You can delete a single article by making a delete request to `https://api.intercom.io/articles/<id>`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_detach_a_contact_from_a_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/detach/a/contact/from/a/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "detach",
            "a",
            "contact",
            "from",
            "a",
            "company"
          ]
        },
        "description": "You can detach a company from a single contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_get_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "a",
            "contact"
          ]
        },
        "description": "You can fetch the details of a single contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_get_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "conversation"
          ]
        },
        "description": "Retrieves a specific conversation by id with all messages and details",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"display_as\": \"\",\n  \"conversation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_identify_an_admin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/identify/an/admin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "identify",
            "an",
            "admin"
          ]
        },
        "description": "You can view the currently authorised admin along with the embedded app object (a \"workspace\" in legacy terminology). > 🚧 single sign on > > if you are building a custom \"log in with intercom\" flow f",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_all_activity_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/activity/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "activity",
            "logs"
          ]
        },
        "description": "You can get a log of activities by all admins in an app.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"created_at_after\": \"\",\n  \"created_at_before\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_all_admins",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/admins",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "admins"
          ]
        },
        "description": "You can fetch a list of admins for a given workspace.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_all_articles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/articles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "articles"
          ]
        },
        "description": "You can fetch a list of all articles by making a get request to `https://api.intercom.io/articles`. > 📘 how are the articles sorted and ordered? > > articles will be returned in descending order on t",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_all_collections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/collections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "collections"
          ]
        },
        "description": "You can fetch a list of all collections by making a get request to `https://api.intercom.io/help center/collections`. collections will be returned in descending order on the `updated at` attribute. th",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_all_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "companies"
          ]
        },
        "description": "You can list companies. the company list is sorted by the `last request at` field and by default is ordered descending, most recently requested first. note that the api does not include companies who ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"order\": \"\",\n  \"per_page\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_all_help_centers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/help/centers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "help",
            "centers"
          ]
        },
        "description": "You can list all help centers by making a get request to `https://api.intercom.io/help center/help centers`.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_all_notes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/all/notes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "all",
            "notes"
          ]
        },
        "description": "You can fetch a list of notes that are associated to a contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_attached_companies_for_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/attached/companies/for/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "attached",
            "companies",
            "for",
            "contact"
          ]
        },
        "description": "You can fetch a list of companies that are associated to a contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_attached_contacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/attached/contacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "attached",
            "contacts"
          ]
        },
        "description": "You can fetch a list of all contacts that belong to a company.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_attached_segments_for_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/attached/segments/for/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "attached",
            "segments",
            "for",
            "companies"
          ]
        },
        "description": "You can fetch a list of all segments that belong to a company.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_attached_segments_for_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/attached/segments/for/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "attached",
            "segments",
            "for",
            "contact"
          ]
        },
        "description": "You can fetch a list of segments that are associated to a contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "conversations"
          ]
        },
        "description": "Lists conversations from intercom with filtering and pagination support",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"state\": \"\",\n  \"per_page\": 0,\n  \"display_as\": \"\",\n  \"assignee_id\": \"\",\n  \"starting_after\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_subscriptions_for_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/subscriptions/for/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "subscriptions",
            "for",
            "a",
            "contact"
          ]
        },
        "description": "You can fetch a list of subscription types that are attached to a contact. these can be subscriptions that a user has 'opted-in' to or has 'opted-out' from, depending on the subscription type. this wi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_list_tags_attached_to_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/tags/attached/to/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "tags",
            "attached",
            "to",
            "a",
            "contact"
          ]
        },
        "description": "You can fetch a list of all tags that are attached to a specific contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_merge_a_lead_and_a_user",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/merge/a/lead/and/a/user",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "merge",
            "a",
            "lead",
            "and",
            "a",
            "user"
          ]
        },
        "description": "You can merge a contact with a `role` of `lead` into a contact with a `role` of `user`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"from\": \"\",\n  \"into\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_remove_subscription_from_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/subscription/from/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "subscription",
            "from",
            "a",
            "contact"
          ]
        },
        "description": "You can remove a specific subscription from a contact. this will return a subscription type model for the subscription type that was removed from the contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_remove_tag_from_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/remove/tag/from/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "remove",
            "tag",
            "from",
            "a",
            "contact"
          ]
        },
        "description": "You can remove tag from a specific contact. this will return a tag object for the tag that was removed from the contact.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"contact_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_reopen_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reopen/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reopen",
            "conversation"
          ]
        },
        "description": "Reopens a closed conversation in intercom",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"body\": \"\",\n  \"admin_id\": \"\",\n  \"conversation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_reply_to_conversation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/reply/to/conversation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "reply",
            "to",
            "conversation"
          ]
        },
        "description": "Sends a reply to an existing conversation in intercom",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"admin_id\": \"\",\n  \"message_body\": \"\",\n  \"message_type\": \"\",\n  \"attachment_urls\": \"\",\n  \"conversation_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_retrieve_a_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/a/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "a",
            "collection"
          ]
        },
        "description": "You can fetch the details of a single collection by making a get request to `https://api.intercom.io/help center/collections/<id>`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_retrieve_a_company_by_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/a/company/by/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "a",
            "company",
            "by",
            "id"
          ]
        },
        "description": "You can fetch a single company.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_retrieve_a_help_center",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/a/help/center",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "a",
            "help",
            "center"
          ]
        },
        "description": "You can fetch the details of a single help center by making a get request to `https://api.intercom.io/help center/help center/<id>`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_retrieve_an_admin",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/an/admin",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "an",
            "admin"
          ]
        },
        "description": "You can retrieve the details of a single admin.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_retrieve_an_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/an/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "an",
            "article"
          ]
        },
        "description": "You can fetch the details of a single article by making a get request to `https://api.intercom.io/articles/<id>`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_retrieve_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/retrieve/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "retrieve",
            "companies"
          ]
        },
        "description": "You can fetch a single company by passing in `company id` or `name`. `https://api.intercom.io/companies?name={name}` `https://api.intercom.io/companies?company id={company id}` you can fetch all compa",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"page\": 0,\n  \"tag_id\": \"\",\n  \"per_page\": 0,\n  \"company_id\": \"\",\n  \"segment_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_scroll_over_all_companies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/scroll/over/all/companies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "scroll",
            "over",
            "all",
            "companies"
          ]
        },
        "description": "The `list all companies` functionality does not work well for huge datasets, and can result in errors and performance problems when paging deeply. the scroll api provides an efficient mechanism for it",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"scroll_param\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_search_conversations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/conversations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "conversations"
          ]
        },
        "description": "Searches for conversations using query string with support for filtering and sorting",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\",\n  \"per_page\": 0,\n  \"sort_field\": \"\",\n  \"sort_order\": \"\",\n  \"starting_after\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_search_for_articles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/for/articles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "for",
            "articles"
          ]
        },
        "description": "You can search for articles by making a get request to `https://api.intercom.io/articles/search`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"state\": \"\",\n  \"phrase\": \"\",\n  \"highlight\": false,\n  \"help_center_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_set_an_admin_to_away",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/set/an/admin/to/away",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "set",
            "an",
            "admin",
            "to",
            "away"
          ]
        },
        "description": "You can set an admin as away for the inbox.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"away_mode_enabled\": false,\n  \"away_mode_reassign\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_update_a_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "collection"
          ]
        },
        "description": "You can update the details of a single collection by making a put request to `https://api.intercom.io/collections/<id>`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"name\": \"\",\n  \"parent_id\": \"\",\n  \"description\": \"\",\n  \"translated__content__type\": \"\",\n  \"translated__content__ar__name\": \"\",\n  \"translated__content__ar__type\": \"\",\n  \"translated__content__bg__name\": \"\",\n  \"translated__content__bg__type\": \"\",\n  \"translated__content__bs__name\": \"\",\n  \"translated__content__bs__type\": \"\",\n  \"translated__content__ca__name\": \"\",\n  \"translated__content__ca__type\": \"\",\n  \"translated__content__cs__name\": \"\",\n  \"translated__content__cs__type\": \"\",\n  \"translated__content__da__name\": \"\",\n  \"translated__content__da__type\": \"\",\n  \"translated__content__de__name\": \"\",\n  \"translated__content__de__type\": \"\",\n  \"translated__content__el__name\": \"\",\n  \"translated__content__el__type\": \"\",\n  \"translated__content__en__name\": \"\",\n  \"translated__content__en__type\": \"\",\n  \"translated__content__es__name\": \"\",\n  \"translated__content__es__type\": \"\",\n  \"translated__content__et__name\": \"\",\n  \"translated__content__et__type\": \"\",\n  \"translated__content__fi__name\": \"\",\n  \"translated__content__fi__type\": \"\",\n  \"translated__content__fr__name\": \"\",\n  \"translated__content__fr__type\": \"\",\n  \"translated__content__he__name\": \"\",\n  \"translated__content__he__type\": \"\",\n  \"translated__content__hr__name\": \"\",\n  \"translated__content__hr__type\": \"\",\n  \"translated__content__hu__name\": \"\",\n  \"translated__content__hu__type\": \"\",\n  \"translated__content__id__name\": \"\",\n  \"translated__content__id__type\": \"\",\n  \"translated__content__it__name\": \"\",\n  \"translated__content__it__type\": \"\",\n  \"translated__content__ja__name\": \"\",\n  \"translated__content__ja__type\": \"\",\n  \"translated__content__ko__name\": \"\",\n  \"translated__content__ko__type\": \"\",\n  \"translated__content__lt__name\": \"\",\n  \"translated__content__lt__type\": \"\",\n  \"translated__content__lv__name\": \"\",\n  \"translated__content__lv__type\": \"\",\n  \"translated__content__mn__name\": \"\",\n  \"translated__content__mn__type\": \"\",\n  \"translated__content__nb__name\": \"\",\n  \"translated__content__nb__type\": \"\",\n  \"translated__content__nl__name\": \"\",\n  \"translated__content__nl__type\": \"\",\n  \"translated__content__pl__name\": \"\",\n  \"translated__content__pl__type\": \"\",\n  \"translated__content__pt__name\": \"\",\n  \"translated__content__pt__type\": \"\",\n  \"translated__content__ro__name\": \"\",\n  \"translated__content__ro__type\": \"\",\n  \"translated__content__ru__name\": \"\",\n  \"translated__content__ru__type\": \"\",\n  \"translated__content__sl__name\": \"\",\n  \"translated__content__sl__type\": \"\",\n  \"translated__content__sr__name\": \"\",\n  \"translated__content__sr__type\": \"\",\n  \"translated__content__sv__name\": \"\",\n  \"translated__content__sv__type\": \"\",\n  \"translated__content__tr__name\": \"\",\n  \"translated__content__tr__type\": \"\",\n  \"translated__content__vi__name\": \"\",\n  \"translated__content__vi__type\": \"\",\n  \"translated__content__pt__BR__name\": \"\",\n  \"translated__content__pt__BR__type\": \"\",\n  \"translated__content__zh__CN__name\": \"\",\n  \"translated__content__zh__CN__type\": \"\",\n  \"translated__content__zh__TW__name\": \"\",\n  \"translated__content__zh__TW__type\": \"\",\n  \"translated__content__ar__description\": \"\",\n  \"translated__content__bg__description\": \"\",\n  \"translated__content__bs__description\": \"\",\n  \"translated__content__ca__description\": \"\",\n  \"translated__content__cs__description\": \"\",\n  \"translated__content__da__description\": \"\",\n  \"translated__content__de__description\": \"\",\n  \"translated__content__el__description\": \"\",\n  \"translated__content__en__description\": \"\",\n  \"translated__content__es__description\": \"\",\n  \"translated__content__et__description\": \"\",\n  \"translated__content__fi__description\": \"\",\n  \"translated__content__fr__description\": \"\",\n  \"translated__content__he__description\": \"\",\n  \"translated__content__hr__description\": \"\",\n  \"translated__content__hu__description\": \"\",\n  \"translated__content__id__description\": \"\",\n  \"translated__content__it__description\": \"\",\n  \"translated__content__ja__description\": \"\",\n  \"translated__content__ko__description\": \"\",\n  \"translated__content__lt__description\": \"\",\n  \"translated__content__lv__description\": \"\",\n  \"translated__content__mn__description\": \"\",\n  \"translated__content__nb__description\": \"\",\n  \"translated__content__nl__description\": \"\",\n  \"translated__content__pl__description\": \"\",\n  \"translated__content__pt__description\": \"\",\n  \"translated__content__ro__description\": \"\",\n  \"translated__content__ru__description\": \"\",\n  \"translated__content__sl__description\": \"\",\n  \"translated__content__sr__description\": \"\",\n  \"translated__content__sv__description\": \"\",\n  \"translated__content__tr__description\": \"\",\n  \"translated__content__vi__description\": \"\",\n  \"translated__content__pt__BR__description\": \"\",\n  \"translated__content__zh__CN__description\": \"\",\n  \"translated__content__zh__TW__description\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_update_a_company",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/company",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "company"
          ]
        },
        "description": "You can update a single company using the intercom provisioned `id`. {% admonition type=\"attention\" name=\"using `company id`\" %} when updating a company it is not possible to update `company id`. this",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_update_a_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/a/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "a",
            "contact"
          ]
        },
        "description": "You can update an existing contact (ie. user or lead).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "intercom_update_an_article",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/an/article",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "an",
            "article"
          ]
        },
        "description": "You can update the details of a single article by making a put request to `https://api.intercom.io/articles/<id>`.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"body\": \"\",\n  \"state\": \"\",\n  \"title\": \"\",\n  \"author_id\": 0,\n  \"parent_id\": \"\",\n  \"description\": \"\",\n  \"parent_type\": \"\",\n  \"translated__content__type\": \"\",\n  \"translated__content__ar__url\": \"\",\n  \"translated__content__bg__url\": \"\",\n  \"translated__content__bs__url\": \"\",\n  \"translated__content__ca__url\": \"\",\n  \"translated__content__cs__url\": \"\",\n  \"translated__content__da__url\": \"\",\n  \"translated__content__de__url\": \"\",\n  \"translated__content__el__url\": \"\",\n  \"translated__content__en__url\": \"\",\n  \"translated__content__es__url\": \"\",\n  \"translated__content__et__url\": \"\",\n  \"translated__content__fi__url\": \"\",\n  \"translated__content__fr__url\": \"\",\n  \"translated__content__he__url\": \"\",\n  \"translated__content__hr__url\": \"\",\n  \"translated__content__hu__url\": \"\",\n  \"translated__content__id__url\": \"\",\n  \"translated__content__it__url\": \"\",\n  \"translated__content__ja__url\": \"\",\n  \"translated__content__ko__url\": \"\",\n  \"translated__content__lt__url\": \"\",\n  \"translated__content__lv__url\": \"\",\n  \"translated__content__mn__url\": \"\",\n  \"translated__content__nb__url\": \"\",\n  \"translated__content__nl__url\": \"\",\n  \"translated__content__pl__url\": \"\",\n  \"translated__content__pt__url\": \"\",\n  \"translated__content__ro__url\": \"\",\n  \"translated__content__ru__url\": \"\",\n  \"translated__content__sl__url\": \"\",\n  \"translated__content__sr__url\": \"\",\n  \"translated__content__sv__url\": \"\",\n  \"translated__content__tr__url\": \"\",\n  \"translated__content__vi__url\": \"\",\n  \"translated__content__ar__body\": \"\",\n  \"translated__content__ar__type\": \"\",\n  \"translated__content__bg__body\": \"\",\n  \"translated__content__bg__type\": \"\",\n  \"translated__content__bs__body\": \"\",\n  \"translated__content__bs__type\": \"\",\n  \"translated__content__ca__body\": \"\",\n  \"translated__content__ca__type\": \"\",\n  \"translated__content__cs__body\": \"\",\n  \"translated__content__cs__type\": \"\",\n  \"translated__content__da__body\": \"\",\n  \"translated__content__da__type\": \"\",\n  \"translated__content__de__body\": \"\",\n  \"translated__content__de__type\": \"\",\n  \"translated__content__el__body\": \"\",\n  \"translated__content__el__type\": \"\",\n  \"translated__content__en__body\": \"\",\n  \"translated__content__en__type\": \"\",\n  \"translated__content__es__body\": \"\",\n  \"translated__content__es__type\": \"\",\n  \"translated__content__et__body\": \"\",\n  \"translated__content__et__type\": \"\",\n  \"translated__content__fi__body\": \"\",\n  \"translated__content__fi__type\": \"\",\n  \"translated__content__fr__body\": \"\",\n  \"translated__content__fr__type\": \"\",\n  \"translated__content__he__body\": \"\",\n  \"translated__content__he__type\": \"\",\n  \"translated__content__hr__body\": \"\",\n  \"translated__content__hr__type\": \"\",\n  \"translated__content__hu__body\": \"\",\n  \"translated__content__hu__type\": \"\",\n  \"translated__content__id__body\": \"\",\n  \"translated__content__id__type\": \"\",\n  \"translated__content__it__body\": \"\",\n  \"translated__content__it__type\": \"\",\n  \"translated__content__ja__body\": \"\",\n  \"translated__content__ja__type\": \"\",\n  \"translated__content__ko__body\": \"\",\n  \"translated__content__ko__type\": \"\",\n  \"translated__content__lt__body\": \"\",\n  \"translated__content__lt__type\": \"\",\n  \"translated__content__lv__body\": \"\",\n  \"translated__content__lv__type\": \"\",\n  \"translated__content__mn__body\": \"\",\n  \"translated__content__mn__type\": \"\",\n  \"translated__content__nb__body\": \"\",\n  \"translated__content__nb__type\": \"\",\n  \"translated__content__nl__body\": \"\",\n  \"translated__content__nl__type\": \"\",\n  \"translated__content__pl__body\": \"\",\n  \"translated__content__pl__type\": \"\",\n  \"translated__content__pt__body\": \"\",\n  \"translated__content__pt__type\": \"\",\n  \"translated__content__ro__body\": \"\",\n  \"translated__content__ro__type\": \"\",\n  \"translated__content__ru__body\": \"\",\n  \"translated__content__ru__type\": \"\",\n  \"translated__content__sl__body\": \"\",\n  \"translated__content__sl__type\": \"\",\n  \"translated__content__sr__body\": \"\",\n  \"translated__content__sr__type\": \"\",\n  \"translated__content__sv__body\": \"\",\n  \"translated__content__sv__type\": \"\",\n  \"translated__content__tr__body\": \"\",\n  \"translated__content__tr__type\": \"\",\n  \"translated__content__vi__body\": \"\",\n  \"translated__content__vi__type\": \"\",\n  \"translated__content__ar__state\": \"\",\n  \"translated__content__ar__title\": \"\",\n  \"translated__content__bg__state\": \"\",\n  \"translated__content__bg__title\": \"\",\n  \"translated__content__bs__state\": \"\",\n  \"translated__content__bs__title\": \"\",\n  \"translated__content__ca__state\": \"\",\n  \"translated__content__ca__title\": \"\",\n  \"translated__content__cs__state\": \"\",\n  \"translated__content__cs__title\": \"\",\n  \"translated__content__da__state\": \"\",\n  \"translated__content__da__title\": \"\",\n  \"translated__content__de__state\": \"\",\n  \"translated__content__de__title\": \"\",\n  \"translated__content__el__state\": \"\",\n  \"translated__content__el__title\": \"\",\n  \"translated__content__en__state\": \"\",\n  \"translated__content__en__title\": \"\",\n  \"translated__content__es__state\": \"\",\n  \"translated__content__es__title\": \"\",\n  \"translated__content__et__state\": \"\",\n  \"translated__content__et__title\": \"\",\n  \"translated__content__fi__state\": \"\",\n  \"translated__content__fi__title\": \"\",\n  \"translated__content__fr__state\": \"\",\n  \"translated__content__fr__title\": \"\",\n  \"translated__content__he__state\": \"\",\n  \"translated__content__he__title\": \"\",\n  \"translated__content__hr__state\": \"\",\n  \"translated__content__hr__title\": \"\",\n  \"translated__content__hu__state\": \"\",\n  \"translated__content__hu__title\": \"\",\n  \"translated__content__id__state\": \"\",\n  \"translated__content__id__title\": \"\",\n  \"translated__content__it__state\": \"\",\n  \"translated__content__it__title\": \"\",\n  \"translated__content__ja__state\": \"\",\n  \"translated__content__ja__title\": \"\",\n  \"translated__content__ko__state\": \"\",\n  \"translated__content__ko__title\": \"\",\n  \"translated__content__lt__state\": \"\",\n  \"translated__content__lt__title\": \"\",\n  \"translated__content__lv__state\": \"\",\n  \"translated__content__lv__title\": \"\",\n  \"translated__content__mn__state\": \"\",\n  \"translated__content__mn__title\": \"\",\n  \"translated__content__nb__state\": \"\",\n  \"translated__content__nb__title\": \"\",\n  \"translated__content__nl__state\": \"\",\n  \"translated__content__nl__title\": \"\",\n  \"translated__content__pl__state\": \"\",\n  \"translated__content__pl__title\": \"\",\n  \"translated__content__pt__state\": \"\",\n  \"translated__content__pt__title\": \"\",\n  \"translated__content__ro__state\": \"\",\n  \"translated__content__ro__title\": \"\",\n  \"translated__content__ru__state\": \"\",\n  \"translated__content__ru__title\": \"\",\n  \"translated__content__sl__state\": \"\",\n  \"translated__content__sl__title\": \"\",\n  \"translated__content__sr__state\": \"\",\n  \"translated__content__sr__title\": \"\",\n  \"translated__content__sv__state\": \"\",\n  \"translated__content__sv__title\": \"\",\n  \"translated__content__tr__state\": \"\",\n  \"translated__content__tr__title\": \"\",\n  \"translated__content__vi__state\": \"\",\n  \"translated__content__vi__title\": \"\",\n  \"translated__content__pt__BR__url\": \"\",\n  \"translated__content__zh__CN__url\": \"\",\n  \"translated__content__zh__TW__url\": \"\",\n  \"translated__content__pt__BR__body\": \"\",\n  \"translated__content__pt__BR__type\": \"\",\n  \"translated__content__zh__CN__body\": \"\",\n  \"translated__content__zh__CN__type\": \"\",\n  \"translated__content__zh__TW__body\": \"\",\n  \"translated__content__zh__TW__type\": \"\",\n  \"translated__content__pt__BR__state\": \"\",\n  \"translated__content__pt__BR__title\": \"\",\n  \"translated__content__zh__CN__state\": \"\",\n  \"translated__content__zh__CN__title\": \"\",\n  \"translated__content__zh__TW__state\": \"\",\n  \"translated__content__zh__TW__title\": \"\",\n  \"translated__content__ar__author__id\": 0,\n  \"translated__content__bg__author__id\": 0,\n  \"translated__content__bs__author__id\": 0,\n  \"translated__content__ca__author__id\": 0,\n  \"translated__content__cs__author__id\": 0,\n  \"translated__content__da__author__id\": 0,\n  \"translated__content__de__author__id\": 0,\n  \"translated__content__el__author__id\": 0,\n  \"translated__content__en__author__id\": 0,\n  \"translated__content__es__author__id\": 0,\n  \"translated__content__et__author__id\": 0,\n  \"translated__content__fi__author__id\": 0,\n  \"translated__content__fr__author__id\": 0,\n  \"translated__content__he__author__id\": 0,\n  \"translated__content__hr__author__id\": 0,\n  \"translated__content__hu__author__id\": 0,\n  \"translated__content__id__author__id\": 0,\n  \"translated__content__it__author__id\": 0,\n  \"translated__content__ja__author__id\": 0,\n  \"translated__content__ko__author__id\": 0,\n  \"translated__content__lt__author__id\": 0,\n  \"translated__content__lv__author__id\": 0,\n  \"translated__content__mn__author__id\": 0,\n  \"translated__content__nb__author__id\": 0,\n  \"translated__content__nl__author__id\": 0,\n  \"translated__content__pl__author__id\": 0,\n  \"translated__content__pt__author__id\": 0,\n  \"translated__content__ro__author__id\": 0,\n  \"translated__content__ru__author__id\": 0,\n  \"translated__content__sl__author__id\": 0,\n  \"translated__content__sr__author__id\": 0,\n  \"translated__content__sv__author__id\": 0,\n  \"translated__content__tr__author__id\": 0,\n  \"translated__content__vi__author__id\": 0,\n  \"translated__content__ar__created__at\": 0,\n  \"translated__content__ar__description\": \"\",\n  \"translated__content__ar__updated__at\": 0,\n  \"translated__content__bg__created__at\": 0,\n  \"translated__content__bg__description\": \"\",\n  \"translated__content__bg__updated__at\": 0,\n  \"translated__content__bs__created__at\": 0,\n  \"translated__content__bs__description\": \"\",\n  \"translated__content__bs__updated__at\": 0,\n  \"translated__content__ca__created__at\": 0,\n  \"translated__content__ca__description\": \"\",\n  \"translated__content__ca__updated__at\": 0,\n  \"translated__content__cs__created__at\": 0,\n  \"translated__content__cs__description\": \"\",\n  \"translated__content__cs__updated__at\": 0,\n  \"translated__content__da__created__at\": 0,\n  \"translated__content__da__description\": \"\",\n  \"translated__content__da__updated__at\": 0,\n  \"translated__content__de__created__at\": 0,\n  \"translated__content__de__description\": \"\",\n  \"translated__content__de__updated__at\": 0,\n  \"translated__content__el__created__at\": 0,\n  \"translated__content__el__description\": \"\",\n  \"translated__content__el__updated__at\": 0,\n  \"translated__content__en__created__at\": 0,\n  \"translated__content__en__description\": \"\",\n  \"translated__content__en__updated__at\": 0,\n  \"translated__content__es__created__at\": 0,\n  \"translated__content__es__description\": \"\",\n  \"translated__content__es__updated__at\": 0,\n  \"translated__content__et__created__at\": 0,\n  \"translated__content__et__description\": \"\",\n  \"translated__content__et__updated__at\": 0,\n  \"translated__content__fi__created__at\": 0,\n  \"translated__content__fi__description\": \"\",\n  \"translated__content__fi__updated__at\": 0,\n  \"translated__content__fr__created__at\": 0,\n  \"translated__content__fr__description\": \"\",\n  \"translated__content__fr__updated__at\": 0,\n  \"translated__content__he__created__at\": 0,\n  \"translated__content__he__description\": \"\",\n  \"translated__content__he__updated__at\": 0,\n  \"translated__content__hr__created__at\": 0,\n  \"translated__content__hr__description\": \"\",\n  \"translated__content__hr__updated__at\": 0,\n  \"translated__content__hu__created__at\": 0,\n  \"translated__content__hu__description\": \"\",\n  \"translated__content__hu__updated__at\": 0,\n  \"translated__content__id__created__at\": 0,\n  \"translated__content__id__description\": \"\",\n  \"translated__content__id__updated__at\": 0,\n  \"translated__content__it__created__at\": 0,\n  \"translated__content__it__description\": \"\",\n  \"translated__content__it__updated__at\": 0,\n  \"translated__content__ja__created__at\": 0,\n  \"translated__content__ja__description\": \"\",\n  \"translated__content__ja__updated__at\": 0,\n  \"translated__content__ko__created__at\": 0,\n  \"translated__content__ko__description\": \"\",\n  \"translated__content__ko__updated__at\": 0,\n  \"translated__content__lt__created__at\": 0,\n  \"translated__content__lt__description\": \"\",\n  \"translated__content__lt__updated__at\": 0,\n  \"translated__content__lv__created__at\": 0,\n  \"translated__content__lv__description\": \"\",\n  \"translated__content__lv__updated__at\": 0,\n  \"translated__content__mn__created__at\": 0,\n  \"translated__content__mn__description\": \"\",\n  \"translated__content__mn__updated__at\": 0,\n  \"translated__content__nb__created__at\": 0,\n  \"translated__content__nb__description\": \"\",\n  \"translated__content__nb__updated__at\": 0,\n  \"translated__content__nl__created__at\": 0,\n  \"translated__content__nl__description\": \"\",\n  \"translated__content__nl__updated__at\": 0,\n  \"translated__content__pl__created__at\": 0,\n  \"translated__content__pl__description\": \"\",\n  \"translated__content__pl__updated__at\": 0,\n  \"translated__content__pt__created__at\": 0,\n  \"translated__content__pt__description\": \"\",\n  \"translated__content__pt__updated__at\": 0,\n  \"translated__content__ro__created__at\": 0,\n  \"translated__content__ro__description\": \"\",\n  \"translated__content__ro__updated__at\": 0,\n  \"translated__content__ru__created__at\": 0,\n  \"translated__content__ru__description\": \"\",\n  \"translated__content__ru__updated__at\": 0,\n  \"translated__content__sl__created__at\": 0,\n  \"translated__content__sl__description\": \"\",\n  \"translated__content__sl__updated__at\": 0,\n  \"translated__content__sr__created__at\": 0,\n  \"translated__content__sr__description\": \"\",\n  \"translated__content__sr__updated__at\": 0,\n  \"translated__content__sv__created__at\": 0,\n  \"translated__content__sv__description\": \"\",\n  \"translated__content__sv__updated__at\": 0,\n  \"translated__content__tr__created__at\": 0,\n  \"translated__content__tr__description\": \"\",\n  \"translated__content__tr__updated__at\": 0,\n  \"translated__content__vi__created__at\": 0,\n  \"translated__content__vi__description\": \"\",\n  \"translated__content__vi__updated__at\": 0,\n  \"translated__content__pt__BR__author__id\": 0,\n  \"translated__content__zh__CN__author__id\": 0,\n  \"translated__content__zh__TW__author__id\": 0,\n  \"translated__content__pt__BR__created__at\": 0,\n  \"translated__content__pt__BR__description\": \"\",\n  \"translated__content__pt__BR__updated__at\": 0,\n  \"translated__content__zh__CN__created__at\": 0,\n  \"translated__content__zh__CN__description\": \"\",\n  \"translated__content__zh__CN__updated__at\": 0,\n  \"translated__content__zh__TW__created__at\": 0,\n  \"translated__content__zh__TW__description\": \"\",\n  \"translated__content__zh__TW__updated__at\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}