Oracle Eloqua · Capability

Oracle Eloqua Bulk API — Contact Exports

Oracle Eloqua Bulk API — Contact Exports. 6 operations. Lead operation: Oracle Eloqua List contact export definitions. Self-contained Naftiko capability covering one Eloqua business surface.

Run with Naftiko EloquaContact Exports

What You Can Do

GET
Listcontactexports — Oracle Eloqua List contact export definitions
/v1/contacts/exports
POST
Createcontactexport — Oracle Eloqua Create a contact export definition
/v1/contacts/exports
GET
Getcontactexport — Oracle Eloqua Retrieve a contact export definition
/v1/contacts/exports/{id}
PUT
Updatecontactexport — Oracle Eloqua Update a contact export definition
/v1/contacts/exports/{id}
DELETE
Deletecontactexport — Oracle Eloqua Delete a contact export definition
/v1/contacts/exports/{id}
GET
Getcontactexportdata — Oracle Eloqua Retrieve contact export data
/v1/contacts/exports/{id}/data

MCP Tools

oracle-eloqua-list-contact-export

Oracle Eloqua List contact export definitions

read-only idempotent
oracle-eloqua-create-contact-export

Oracle Eloqua Create a contact export definition

oracle-eloqua-retrieve-contact-export

Oracle Eloqua Retrieve a contact export definition

read-only idempotent
oracle-eloqua-update-contact-export

Oracle Eloqua Update a contact export definition

idempotent
oracle-eloqua-delete-contact-export

Oracle Eloqua Delete a contact export definition

idempotent
oracle-eloqua-retrieve-contact-export-2

Oracle Eloqua Retrieve contact export data

read-only idempotent

Capability Spec

bulk-contact-exports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Eloqua Bulk API — Contact Exports
  description: 'Oracle Eloqua Bulk API — Contact Exports. 6 operations. Lead operation: Oracle Eloqua List contact export
    definitions. Self-contained Naftiko capability covering one Eloqua business surface.'
  tags:
  - Eloqua
  - Contact Exports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ELOQUA_API_KEY: ELOQUA_API_KEY
capability:
  consumes:
  - type: http
    namespace: bulk-contact-exports
    baseUri: https://secure.p01.eloqua.com/API/Bulk/2.0
    description: Oracle Eloqua Bulk API — Contact Exports business capability. Self-contained, no shared references.
    resources:
    - name: contacts-exports
      path: /contacts/exports
      operations:
      - name: listcontactexports
        method: GET
        description: Oracle Eloqua List contact export definitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createcontactexport
        method: POST
        description: Oracle Eloqua Create a contact export definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: contacts-exports-id
      path: /contacts/exports/{id}
      operations:
      - name: getcontactexport
        method: GET
        description: Oracle Eloqua Retrieve a contact export definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecontactexport
        method: PUT
        description: Oracle Eloqua Update a contact export definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletecontactexport
        method: DELETE
        description: Oracle Eloqua Delete a contact export definition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: contacts-exports-id-data
      path: /contacts/exports/{id}/data
      operations:
      - name: getcontactexportdata
        method: GET
        description: Oracle Eloqua Retrieve contact export data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ELOQUA_API_KEY}}'
  exposes:
  - type: rest
    namespace: bulk-contact-exports-rest
    port: 8080
    description: REST adapter for Oracle Eloqua Bulk API — Contact Exports. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/contacts/exports
      name: contacts-exports
      description: REST surface for contacts-exports.
      operations:
      - method: GET
        name: listcontactexports
        description: Oracle Eloqua List contact export definitions
        call: bulk-contact-exports.listcontactexports
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcontactexport
        description: Oracle Eloqua Create a contact export definition
        call: bulk-contact-exports.createcontactexport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/contacts/exports/{id}
      name: contacts-exports-id
      description: REST surface for contacts-exports-id.
      operations:
      - method: GET
        name: getcontactexport
        description: Oracle Eloqua Retrieve a contact export definition
        call: bulk-contact-exports.getcontactexport
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecontactexport
        description: Oracle Eloqua Update a contact export definition
        call: bulk-contact-exports.updatecontactexport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecontactexport
        description: Oracle Eloqua Delete a contact export definition
        call: bulk-contact-exports.deletecontactexport
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/contacts/exports/{id}/data
      name: contacts-exports-id-data
      description: REST surface for contacts-exports-id-data.
      operations:
      - method: GET
        name: getcontactexportdata
        description: Oracle Eloqua Retrieve contact export data
        call: bulk-contact-exports.getcontactexportdata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bulk-contact-exports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Eloqua Bulk API — Contact Exports. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: oracle-eloqua-list-contact-export
      description: Oracle Eloqua List contact export definitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bulk-contact-exports.listcontactexports
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-eloqua-create-contact-export
      description: Oracle Eloqua Create a contact export definition
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bulk-contact-exports.createcontactexport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-eloqua-retrieve-contact-export
      description: Oracle Eloqua Retrieve a contact export definition
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bulk-contact-exports.getcontactexport
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-eloqua-update-contact-export
      description: Oracle Eloqua Update a contact export definition
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: bulk-contact-exports.updatecontactexport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-eloqua-delete-contact-export
      description: Oracle Eloqua Delete a contact export definition
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: bulk-contact-exports.deletecontactexport
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-eloqua-retrieve-contact-export-2
      description: Oracle Eloqua Retrieve contact export data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bulk-contact-exports.getcontactexportdata
      outputParameters:
      - type: object
        mapping: $.