WildApricot · Capability

WildApricot Admin API — Emailing.SentEmailRecipients

WildApricot Admin API — Emailing.SentEmailRecipients. 1 operations. Lead operation: WildApricot Sent Email Recipients. Self-contained Naftiko capability covering one Wildapricot business surface.

Run with Naftiko WildapricotEmailing.SentEmailRecipients

What You Can Do

GET
Sentemailrecipientlist — WildApricot Sent Email Recipients
/v1/accounts/{accountid}/sentemailrecipients

MCP Tools

wildapricot-sent-email-recipients

WildApricot Sent Email Recipients

read-only idempotent

Capability Spec

admin-emailing-sentemailrecipients.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WildApricot Admin API — Emailing.SentEmailRecipients
  description: 'WildApricot Admin API — Emailing.SentEmailRecipients. 1 operations. Lead operation: WildApricot Sent Email
    Recipients. Self-contained Naftiko capability covering one Wildapricot business surface.'
  tags:
  - Wildapricot
  - Emailing.SentEmailRecipients
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WILDAPRICOT_API_KEY: WILDAPRICOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-emailing-sentemailrecipients
    baseUri: https://api.wildapricot.org/v2.2
    description: WildApricot Admin API — Emailing.SentEmailRecipients business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-SentEmailRecipients
      path: /accounts/{accountId}/SentEmailRecipients
      operations:
      - name: sentemailrecipientlist
        method: GET
        description: WildApricot Sent Email Recipients
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: emailId
          in: query
          type: integer
          description: sent email Id (from email Log)
          required: true
        - name: LoadLinks
          in: query
          type: boolean
          description: load clicked links information
        - name: Delivered
          in: query
          type: boolean
          description: load delivered or not delivered only
        - name: Opened
          in: query
          type: boolean
          description: load opened or not opened only
    authentication:
      type: bearer
      token: '{{env.WILDAPRICOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-emailing-sentemailrecipients-rest
    port: 8080
    description: REST adapter for WildApricot Admin API — Emailing.SentEmailRecipients. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/sentemailrecipients
      name: accounts-accountid-sentemailrecipients
      description: REST surface for accounts-accountId-SentEmailRecipients.
      operations:
      - method: GET
        name: sentemailrecipientlist
        description: WildApricot Sent Email Recipients
        call: admin-emailing-sentemailrecipients.sentemailrecipientlist
        with:
          emailId: rest.emailId
          LoadLinks: rest.LoadLinks
          Delivered: rest.Delivered
          Opened: rest.Opened
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-emailing-sentemailrecipients-mcp
    port: 9090
    transport: http
    description: MCP adapter for WildApricot Admin API — Emailing.SentEmailRecipients. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: wildapricot-sent-email-recipients
      description: WildApricot Sent Email Recipients
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-emailing-sentemailrecipients.sentemailrecipientlist
      with:
        emailId: tools.emailId
        LoadLinks: tools.LoadLinks
        Delivered: tools.Delivered
        Opened: tools.Opened
      outputParameters:
      - type: object
        mapping: $.