SendGrid · Capability

Twilio SendGrid Marketing Campaigns Send Test Email API — Send Test Email

Twilio SendGrid Marketing Campaigns Send Test Email API — Send Test Email. 1 operations. Lead operation: Send a Test Marketing Email. Self-contained Naftiko capability covering one Sendgrid business surface.

Run with Naftiko SendgridSend Test Email

What You Can Do

POST
Sendtestmarketingemail — Send a Test Marketing Email
/v1/v3/marketing/test/send-email

MCP Tools

send-test-marketing-email

Send a Test Marketing Email

read-only

Capability Spec

tsg_mc_test_v3-send-test-email.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Twilio SendGrid Marketing Campaigns Send Test Email API — Send Test Email
  description: 'Twilio SendGrid Marketing Campaigns Send Test Email API — Send Test Email. 1 operations. Lead operation: Send
    a Test Marketing Email. Self-contained Naftiko capability covering one Sendgrid business surface.'
  tags:
  - Sendgrid
  - Send Test Email
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SENDGRID_API_KEY: SENDGRID_API_KEY
capability:
  consumes:
  - type: http
    namespace: tsg_mc_test_v3-send-test-email
    baseUri: https://api.sendgrid.com
    description: Twilio SendGrid Marketing Campaigns Send Test Email API — Send Test Email business capability. Self-contained,
      no shared references.
    resources:
    - name: v3-marketing-test-send_email
      path: /v3/marketing/test/send_email
      operations:
      - name: sendtestmarketingemail
        method: POST
        description: Send a Test Marketing Email
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.SENDGRID_API_KEY}}'
  exposes:
  - type: rest
    namespace: tsg_mc_test_v3-send-test-email-rest
    port: 8080
    description: REST adapter for Twilio SendGrid Marketing Campaigns Send Test Email API — Send Test Email. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v3/marketing/test/send-email
      name: v3-marketing-test-send-email
      description: REST surface for v3-marketing-test-send_email.
      operations:
      - method: POST
        name: sendtestmarketingemail
        description: Send a Test Marketing Email
        call: tsg_mc_test_v3-send-test-email.sendtestmarketingemail
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tsg_mc_test_v3-send-test-email-mcp
    port: 9090
    transport: http
    description: MCP adapter for Twilio SendGrid Marketing Campaigns Send Test Email API — Send Test Email. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: send-test-marketing-email
      description: Send a Test Marketing Email
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: tsg_mc_test_v3-send-test-email.sendtestmarketingemail
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.