Webex · Capability
Webex Contact Center — Journey - Trigger Actions API
Webex Contact Center — Journey - Trigger Actions API. 7 operations. Lead operation: Get all Journey Actions. Self-contained Naftiko capability covering one Webex business surface.
What You Can Do
GET
Getalljourneyactions
— Get all Journey Actions
/v1/admin/v1/api/journey-actions/workspace-id/{workspaceid}
GET
Getalljourneyactionsforatemplate
— Get all Journey Actions for a template
/v1/admin/v1/api/journey-actions/workspace-id/{workspaceid}/template-id/{templateid}
POST
Createjourneyactionconfiguration
— Create a new Journey Action
/v1/admin/v1/api/journey-actions/workspace-id/{workspaceid}/template-id/{templateid}
GET
Getjourneyactiondetailsbyid
— Get specific Journey Action By ActionId
/v1/admin/v1/api/journey-actions/workspace-id/{workspaceid}/template-id/{templateid}/action-id/{actionid}
PUT
Updatejourneyactionconfiguration
— Update existing Journey Action
/v1/admin/v1/api/journey-actions/workspace-id/{workspaceid}/template-id/{templateid}/action-id/{actionid}
DELETE
Deletejourneyactionbyid
— Delete Journey Action configuration By ActionId
/v1/admin/v1/api/journey-actions/workspace-id/{workspaceid}/template-id/{templateid}/action-id/{actionid}
GET
Getjourneyactiondetailsbyname
— Get specific Journey Action By Name
/v1/admin/v1/api/journey-actions/workspace-id/{workspaceid}/template-id/{templateid}/action-name/{actionname}
MCP Tools
get-all-journey-actions
Get all Journey Actions
read-only
idempotent
get-all-journey-actions-template
Get all Journey Actions for a template
read-only
idempotent
create-new-journey-action
Create a new Journey Action
get-specific-journey-action-actionid
Get specific Journey Action By ActionId
read-only
idempotent
update-existing-journey-action
Update existing Journey Action
idempotent
delete-journey-action-configuration-actionid
Delete Journey Action configuration By ActionId
idempotent
get-specific-journey-action-name
Get specific Journey Action By Name
read-only
idempotent