Workday Integration · Capability

Workday Integration Workday Time Tracking API — Clock Events

Workday Integration Workday Time Tracking API — Clock Events. 1 operations. Lead operation: Workday Integration Create a time clock event. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationClock Events

What You Can Do

POST
Createtimeclockevent — Workday Integration Create a time clock event
/v1/timeclockevents

MCP Tools

workday-integration-create-time-clock

Workday Integration Create a time clock event

Capability Spec

time-tracking-clock-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Time Tracking API — Clock Events
  description: 'Workday Integration Workday Time Tracking API — Clock Events. 1 operations. Lead operation: Workday Integration
    Create a time clock event. Self-contained Naftiko capability covering one Workday Integration business surface.'
  tags:
  - Workday Integration
  - Clock Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATION_API_KEY: WORKDAY_INTEGRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: time-tracking-clock-events
    baseUri: https://{baseUrl}/ccx/api/timeTracking/v1/{tenant}
    description: Workday Integration Workday Time Tracking API — Clock Events business capability. Self-contained, no shared
      references.
    resources:
    - name: timeClockEvents
      path: /timeClockEvents
      operations:
      - name: createtimeclockevent
        method: POST
        description: Workday Integration Create a time clock event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: time-tracking-clock-events-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Time Tracking API — Clock Events. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/timeclockevents
      name: timeclockevents
      description: REST surface for timeClockEvents.
      operations:
      - method: POST
        name: createtimeclockevent
        description: Workday Integration Create a time clock event
        call: time-tracking-clock-events.createtimeclockevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: time-tracking-clock-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Time Tracking API — Clock Events. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-create-time-clock
      description: Workday Integration Create a time clock event
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: time-tracking-clock-events.createtimeclockevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.