LinkedIn · Capability

LinkedIn Recruiter System Connect API — Integration Configuration

LinkedIn Recruiter System Connect API — Integration Configuration. 2 operations. Lead operation: LinkedIn Update Customer ATS Integration. Self-contained Naftiko capability covering one Linkedin business surface.

Run with Naftiko LinkedinIntegration Configuration

What You Can Do

POST
Updateatsintegration — LinkedIn Update Customer ATS Integration
/v1/v2/atsintegrations
GET
Getintegrationnotification — LinkedIn Get Integration Status Change Notification
/v1/v2/atsintegrations

MCP Tools

linkedin-update-customer-ats-integration

LinkedIn Update Customer ATS Integration

linkedin-get-integration-status-change

LinkedIn Get Integration Status Change Notification

read-only idempotent

Capability Spec

talent-recruiter-system-connect-integration-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LinkedIn Recruiter System Connect API — Integration Configuration
  description: 'LinkedIn Recruiter System Connect API — Integration Configuration. 2 operations. Lead operation: LinkedIn
    Update Customer ATS Integration. Self-contained Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Integration Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINKEDIN_API_KEY: LINKEDIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: talent-recruiter-system-connect-integration-configuration
    baseUri: https://api.linkedin.com
    description: LinkedIn Recruiter System Connect API — Integration Configuration business capability. Self-contained, no
      shared references.
    resources:
    - name: v2-atsIntegrations
      path: /v2/atsIntegrations
      operations:
      - name: updateatsintegration
        method: POST
        description: LinkedIn Update Customer ATS Integration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids[0].integrationContext
          in: query
          type: string
          required: true
        - name: ids[0].integrationType
          in: query
          type: string
          required: true
        - name: ids[0].tenantType
          in: query
          type: string
          required: true
        - name: ids[0].dataProvider
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getintegrationnotification
        method: GET
        description: LinkedIn Get Integration Status Change Notification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.LINKEDIN_API_KEY}}'
  exposes:
  - type: rest
    namespace: talent-recruiter-system-connect-integration-configuration-rest
    port: 8080
    description: REST adapter for LinkedIn Recruiter System Connect API — Integration Configuration. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/atsintegrations
      name: v2-atsintegrations
      description: REST surface for v2-atsIntegrations.
      operations:
      - method: POST
        name: updateatsintegration
        description: LinkedIn Update Customer ATS Integration
        call: talent-recruiter-system-connect-integration-configuration.updateatsintegration
        with:
          ids[0].integrationContext: rest.ids[0].integrationContext
          ids[0].integrationType: rest.ids[0].integrationType
          ids[0].tenantType: rest.ids[0].tenantType
          ids[0].dataProvider: rest.ids[0].dataProvider
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getintegrationnotification
        description: LinkedIn Get Integration Status Change Notification
        call: talent-recruiter-system-connect-integration-configuration.getintegrationnotification
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: talent-recruiter-system-connect-integration-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for LinkedIn Recruiter System Connect API — Integration Configuration. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: linkedin-update-customer-ats-integration
      description: LinkedIn Update Customer ATS Integration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: talent-recruiter-system-connect-integration-configuration.updateatsintegration
      with:
        ids[0].integrationContext: tools.ids[0].integrationContext
        ids[0].integrationType: tools.ids[0].integrationType
        ids[0].tenantType: tools.ids[0].tenantType
        ids[0].dataProvider: tools.ids[0].dataProvider
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: linkedin-get-integration-status-change
      description: LinkedIn Get Integration Status Change Notification
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: talent-recruiter-system-connect-integration-configuration.getintegrationnotification
      outputParameters:
      - type: object
        mapping: $.