Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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

...