{
  "slug": "notion",
  "name": "Notion",
  "version": "1.0.0",
  "description": "Connect your workflows to Notion pages and databases.",
  "author": "Summix",
  "type": "integration",
  "category": "Productivity",
  "icon": "notion",
  "min_sequensy_version": "1.0.0",
  "min_php_version": "8.1",
  "min_wp_version": "6.4",
  "namespace": "Sequensy\\Integrations\\Notion",
  "auth": {
    "credentials": [
      {
        "name": "api_key",
        "label": "Internal Integration Token",
        "type": "password",
        "required": true
      }
    ]
  },
  "routes_class": "Sequensy\\Integrations\\Notion\\Rest\\NotionRoutes"
}
