Knock · Capability

Knock Integrations API — Integrations

Knock Integrations API — Integrations. 2 operations. Lead operation: processcensusrpcrequest. Self-contained Naftiko capability covering one Knock business surface.

Knock Integrations API — Integrations is a Naftiko capability published by Knock, one of 13 capabilities the APIs.io network indexes for this provider. It bundles 2 operations across the POST method rooted at /v1/v1/integrations.

The capability includes 2 state-changing operations. Lead operation: Process a Census RPC request. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Knock and Integrations.

Run with Naftiko KnockIntegrations

What You Can Do

POST
Processcensusrpcrequest — Process a Census RPC request
/v1/v1/integrations/census/custom-destination
POST
Processhightouchrpcrequest — Process a Hightouch RPC request
/v1/v1/integrations/hightouch/embedded-destination

MCP Tools

knock-processcensusrpcrequest

Process a Census RPC request

knock-processhightouchrpcrequest

Process a Hightouch RPC request

Capability Spec

integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Knock Integrations API — Integrations
  description: 'Knock Integrations API — Integrations. 2 operations. Lead operation: processcensusrpcrequest. Self-contained Naftiko capability covering one Knock business surface.'
  tags:
  - Knock
  - Integrations
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    KNOCK_API_KEY: KNOCK_API_KEY
capability:
  consumes:
  - type: http
    namespace: integrations
    baseUri: https://api.knock.app
    description: Knock Knock Integrations API business capability. Self-contained, no shared references.
    resources:
    - name: v1-integrations-census-custom-destination
      path: /v1/integrations/census/custom-destination
      operations:
      - name: processcensusrpcrequest
        method: POST
        description: Process a Census RPC request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    - name: v1-integrations-hightouch-embedded-destination
      path: /v1/integrations/hightouch/embedded-destination
      operations:
      - name: processhightouchrpcrequest
        method: POST
        description: Process a Hightouch RPC request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    authentication:
      type: bearer
      value: '{{env.KNOCK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: integrations-rest
    port: 8080
    description: REST adapter for Knock Knock Integrations API.
    resources:
    - path: /v1/v1/integrations/census/custom-destination
      name: v1-integrations-census-custom-destination
      description: REST surface for v1-integrations-census-custom-destination.
      operations:
      - method: POST
        name: processcensusrpcrequest
        description: Process a Census RPC request
        call: integrations.processcensusrpcrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/integrations/hightouch/embedded-destination
      name: v1-integrations-hightouch-embedded-destination
      description: REST surface for v1-integrations-hightouch-embedded-destination.
      operations:
      - method: POST
        name: processhightouchrpcrequest
        description: Process a Hightouch RPC request
        call: integrations.processhightouchrpcrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Knock Knock Integrations API. One tool per consumed operation.
    tools:
    - name: knock-processcensusrpcrequest
      description: Process a Census RPC request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: integrations.processcensusrpcrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: knock-processhightouchrpcrequest
      description: Process a Hightouch RPC request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: integrations.processhightouchrpcrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.