Postmark · Capability

Postmark API — Triggers > Inboundrules

Postmark API — Triggers > Inboundrules. 1 operations. Lead operation: Postmark List inbound rule triggers. Self-contained Naftiko capability covering one Postmark business surface.

Run with Naftiko PostmarkTriggers > Inboundrules

What You Can Do

GET
Get — Postmark List inbound rule triggers
/v1/triggers/inboundrules

MCP Tools

postmark-list-inbound-rule-triggers

Postmark List inbound rule triggers

read-only idempotent

Capability Spec

postmark-triggers-inboundrules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Postmark API — Triggers > Inboundrules
  description: 'Postmark API — Triggers > Inboundrules. 1 operations. Lead operation: Postmark List inbound rule triggers.
    Self-contained Naftiko capability covering one Postmark business surface.'
  tags:
  - Postmark
  - Triggers > Inboundrules
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    POSTMARK_API_KEY: POSTMARK_API_KEY
capability:
  consumes:
  - type: http
    namespace: postmark-triggers-inboundrules
    baseUri: http://{{baseurl}}
    description: Postmark API — Triggers > Inboundrules business capability. Self-contained, no shared references.
    resources:
    - name: triggers-inboundrules
      path: /triggers/inboundrules
      operations:
      - name: get
        method: GET
        description: Postmark List inbound rule triggers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: count
          in: query
          type: string
          description: Number of bounces to return per request. Max 500.
        - name: offset
          in: query
          type: string
          description: Number of bounces to skip.
  exposes:
  - type: rest
    namespace: postmark-triggers-inboundrules-rest
    port: 8080
    description: REST adapter for Postmark API — Triggers > Inboundrules. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/triggers/inboundrules
      name: triggers-inboundrules
      description: REST surface for triggers-inboundrules.
      operations:
      - method: GET
        name: get
        description: Postmark List inbound rule triggers
        call: postmark-triggers-inboundrules.get
        with:
          count: rest.count
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postmark-triggers-inboundrules-mcp
    port: 9090
    transport: http
    description: MCP adapter for Postmark API — Triggers > Inboundrules. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: postmark-list-inbound-rule-triggers
      description: Postmark List inbound rule triggers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postmark-triggers-inboundrules.get
      with:
        count: tools.count
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.