[
  {
    "name": "hubspot_journal",
    "type": "hubspot",
    "config": {}
  },
  {
    "name": "crm_api",
    "type": "rest",
    "config": {
      "outbound": {
        "base_url": "https://api.example-crm.com",
        "credential_name": "crm_api_key",
        "auth_type": "bearer"
      }
    }
  }
]
