Cvent · Capability

Cvent REST APIs — Proposal Draft

Cvent REST APIs — Proposal Draft. 1 operations. Lead operation: Beta - Create Proposal Draft. Self-contained Naftiko capability covering one business surface.

Cvent REST APIs — Proposal Draft is a Naftiko capability published by Cvent, one of 52 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/proposal-drafts.

The capability includes 1 state-changing operation. Lead operation: Beta - Create Proposal Draft. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Cvent and Proposal Draft.

Run with Naftiko CventProposal Draft

What You Can Do

POST
Createproposaldraft — Beta - Create Proposal Draft
/v1/proposal-drafts

MCP Tools

cvent-createproposaldraft

Beta - Create Proposal Draft

Capability Spec

rest-proposal-draft.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cvent REST APIs — Proposal Draft
  description: 'Cvent REST APIs — Proposal Draft. 1 operations. Lead operation: Beta - Create Proposal Draft. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Cvent
  - Proposal Draft
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    CVENT_API_KEY: CVENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-proposal-draft
    baseUri: https://api-platform.cvent.com/ea
    description: Cvent REST APIs — Proposal Draft business capability. Self-contained, no shared references.
    resources:
    - name: proposal-drafts
      path: /proposal-drafts
      operations:
      - name: createproposaldraft
        method: POST
        description: Beta - Create Proposal Draft
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: rest-proposal-draft-rest
    port: 8080
    description: REST adapter for Cvent REST APIs — Proposal Draft. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/proposal-drafts
      name: proposal-drafts
      description: REST surface for proposal-drafts.
      operations:
      - method: POST
        name: createproposaldraft
        description: Beta - Create Proposal Draft
        call: rest-proposal-draft.createproposaldraft
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-proposal-draft-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cvent REST APIs — Proposal Draft. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: cvent-createproposaldraft
      description: Beta - Create Proposal Draft
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-proposal-draft.createproposaldraft
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.