Salesforce Knowledge Management · Capability
Salesforce Knowledge Management REST API — Articles
Salesforce Knowledge Management REST API — Articles. 8 operations. Lead operation: Publish Knowledge Articles. Self-contained Naftiko capability covering one Salesforce Knowledge Management business surface.
What You Can Do
POST
Publishknowledgearticles
— Publish Knowledge Articles
/v1/actions/standard/publishknowledgearticles
GET
Listknowledgearticles
— List Knowledge Articles
/v1/sobjects/knowledgearticle
GET
Getknowledgearticle
— Get Knowledge Article
/v1/sobjects/knowledgearticle/{articleid}
POST
Createknowledgearticle
— Create Knowledge Article
/v1/sobjects/knowledgearticleversion
PATCH
Updateknowledgearticle
— Update Knowledge Article
/v1/sobjects/knowledgearticleversion/{versionid}
DELETE
Deleteknowledgearticle
— Delete Knowledge Article
/v1/sobjects/knowledgearticleversion/{versionid}
GET
Searchknowledgearticles
— Search Knowledge Articles
/v1/support/knowledgearticles
GET
Getknowledgearticledetail
— Get Knowledge Article Detail
/v1/support/knowledgearticles/{articleid}
MCP Tools
publish-knowledge-articles
Publish Knowledge Articles
list-knowledge-articles
List Knowledge Articles
read-only
idempotent
get-knowledge-article
Get Knowledge Article
read-only
idempotent
create-knowledge-article
Create Knowledge Article
update-knowledge-article
Update Knowledge Article
idempotent
delete-knowledge-article
Delete Knowledge Article
idempotent
search-knowledge-articles
Search Knowledge Articles
read-only
idempotent
get-knowledge-article-detail
Get Knowledge Article Detail
read-only
idempotent