naftiko: 1.0.0-alpha2 info: label: Webex Admin — Send Activation Email description: 'Webex Admin — Send Activation Email. 3 operations. Lead operation: Initiate Bulk Activation Email Resend Job. Self-contained Naftiko capability covering one Webex business surface.' tags: - Webex - Send Activation Email created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: WEBEX_API_KEY: WEBEX_API_KEY capability: consumes: - type: http namespace: admin-send-activation-email baseUri: '' description: Webex Admin — Send Activation Email business capability. Self-contained, no shared references. resources: - name: identity-organizations-orgId-jobs-sendActivationEmails path: /identity/organizations/{orgId}/jobs/sendActivationEmails operations: - name: initiatebulkactivationemailresendjob method: POST description: Initiate Bulk Activation Email Resend Job outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgId in: path type: string description: Initiate job for this organization. required: true - name: identity-organizations-orgId-jobs-sendActivationEmails-jobId-errors path: /identity/organizations/{orgId}/jobs/sendActivationEmails/{jobId}/errors operations: - name: getbulkactivationemailresendjoberrors method: GET description: Get Bulk Activation Email Resend Job Errors outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgId in: path type: string description: Check job status for this organization. required: true - name: jobId in: path type: string description: Retrieve job status for this `jobId`. required: true - name: max in: query type: number description: Limit the maximum number of errors in the response. - name: identity-organizations-orgId-jobs-sendActivationEmails-jobId-status path: /identity/organizations/{orgId}/jobs/sendActivationEmails/{jobId}/status operations: - name: getbulkactivationemailresendjobstatus method: GET description: Get Bulk Activation Email Resend Job Status outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: orgId in: path type: string description: Check job status for this organization. required: true - name: jobId in: path type: string description: Retrieve job status for this `jobId`. required: true authentication: type: bearer token: '{{env.WEBEX_API_KEY}}' exposes: - type: rest namespace: admin-send-activation-email-rest port: 8080 description: REST adapter for Webex Admin — Send Activation Email. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/identity/organizations/{orgid}/jobs/sendactivationemails name: identity-organizations-orgid-jobs-sendactivationemails description: REST surface for identity-organizations-orgId-jobs-sendActivationEmails. operations: - method: POST name: initiatebulkactivationemailresendjob description: Initiate Bulk Activation Email Resend Job call: admin-send-activation-email.initiatebulkactivationemailresendjob with: orgId: rest.orgId outputParameters: - type: object mapping: $. - path: /v1/identity/organizations/{orgid}/jobs/sendactivationemails/{jobid}/errors name: identity-organizations-orgid-jobs-sendactivationemails-jobid-errors description: REST surface for identity-organizations-orgId-jobs-sendActivationEmails-jobId-errors. operations: - method: GET name: getbulkactivationemailresendjoberrors description: Get Bulk Activation Email Resend Job Errors call: admin-send-activation-email.getbulkactivationemailresendjoberrors with: orgId: rest.orgId jobId: rest.jobId max: rest.max outputParameters: - type: object mapping: $. - path: /v1/identity/organizations/{orgid}/jobs/sendactivationemails/{jobid}/status name: identity-organizations-orgid-jobs-sendactivationemails-jobid-status description: REST surface for identity-organizations-orgId-jobs-sendActivationEmails-jobId-status. operations: - method: GET name: getbulkactivationemailresendjobstatus description: Get Bulk Activation Email Resend Job Status call: admin-send-activation-email.getbulkactivationemailresendjobstatus with: orgId: rest.orgId jobId: rest.jobId outputParameters: - type: object mapping: $. - type: mcp namespace: admin-send-activation-email-mcp port: 9090 transport: http description: MCP adapter for Webex Admin — Send Activation Email. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: initiate-bulk-activation-email-resend description: Initiate Bulk Activation Email Resend Job hints: readOnly: false destructive: false idempotent: false call: admin-send-activation-email.initiatebulkactivationemailresendjob with: orgId: tools.orgId outputParameters: - type: object mapping: $. - name: get-bulk-activation-email-resend description: Get Bulk Activation Email Resend Job Errors hints: readOnly: true destructive: false idempotent: true call: admin-send-activation-email.getbulkactivationemailresendjoberrors with: orgId: tools.orgId jobId: tools.jobId max: tools.max outputParameters: - type: object mapping: $. - name: get-bulk-activation-email-resend-2 description: Get Bulk Activation Email Resend Job Status hints: readOnly: true destructive: false idempotent: true call: admin-send-activation-email.getbulkactivationemailresendjobstatus with: orgId: tools.orgId jobId: tools.jobId outputParameters: - type: object mapping: $.