Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

What is the MS SharePoint Connector?

This type of connector can connect to a Microsoft SharePoint system (cloud version) in an easy way. See this example how to download a file:

pipeline:
  - sharepoint.document.get:
      secret: MY_SHAREPOINT_SECRET
      path: path/doc/document.doc
      tenantId: myTenantId

Also see these commands:

  • No labels