Salesforce Automation · Capability

Salesforce Invocable Actions API — Actions

Salesforce Invocable Actions API — Actions. 1 operations. Lead operation: List available action types. Self-contained Naftiko capability covering one Salesforce Automation business surface.

Run with Naftiko Salesforce AutomationActions

What You Can Do

GET
Getactiontypes — List available action types
/v1/actions

MCP Tools

list-available-action-types

List available action types

read-only idempotent

Capability Spec

salesforce-invocable-actions-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Salesforce Invocable Actions API — Actions
  description: 'Salesforce Invocable Actions API — Actions. 1 operations. Lead operation: List available action types. Self-contained
    Naftiko capability covering one Salesforce Automation business surface.'
  tags:
  - Salesforce Automation
  - Actions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SALESFORCE_AUTOMATION_API_KEY: SALESFORCE_AUTOMATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: salesforce-invocable-actions-actions
    baseUri: https://{instance}.salesforce.com/services/data/v63.0
    description: Salesforce Invocable Actions API — Actions business capability. Self-contained, no shared references.
    resources:
    - name: actions
      path: /actions
      operations:
      - name: getactiontypes
        method: GET
        description: List available action types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SALESFORCE_AUTOMATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: salesforce-invocable-actions-actions-rest
    port: 8080
    description: REST adapter for Salesforce Invocable Actions API — Actions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/actions
      name: actions
      description: REST surface for actions.
      operations:
      - method: GET
        name: getactiontypes
        description: List available action types
        call: salesforce-invocable-actions-actions.getactiontypes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: salesforce-invocable-actions-actions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Salesforce Invocable Actions API — Actions. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-available-action-types
      description: List available action types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: salesforce-invocable-actions-actions.getactiontypes
      outputParameters:
      - type: object
        mapping: $.