{
  "event": "CONNECTION_SUCCESS",
  "connect_token": "abc123",
  "environment": "production",
  "connect_session_id": 123,
  "account": {
    "id": "apn_abc123",
    "name": "My Slack workspace",
    "external_id": "U123456",
    "healthy": true,
    "dead": false,
    "app": {
      "id": "app_abc123",
      "name_slug": "slack",
      "name": "Slack",
      "auth_type": "oauth",
      "description": "Slack is a channel-based messaging platform",
      "img_src": "https://assets.pipedream.net/icons/slack.svg",
      "custom_fields_json": [],
      "categories": "Communication",
    },
    "created_at": "2021-09-01T00:00:00Z",
    "updated_at": "2021-09-01T00:00:00Z",
  }
}