Files.com Webhook
  • 11 Jul 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Files.com Webhook

  • Dark
    Light
  • PDF

Article summary

Files.com is a file transfer autmation and integration platform that supports managing files in the cloud via FTP, SFTP, WebDAV, the Files.com RESTful API, and the Files.com console.

It provides the ability to receive webhooks when events (create, read, delete, etc.) occur within your Files.com site's filesystem. Files.com Webhook Nodes are able to receive these webhooks (all forms) in your Tenant's network, allowing you to further process these events as you require.

Events that are created by this Node are emitted as echo.files-dot-com events, with JSON as the underlying data representation.

The Node's endpoint is secured by checking both the IP Address that originated the webhook and the Authorization header. For the latter, you must add the token provided to you by this node to a header in the Files.com webhook configuration settings, prepending the provided token with Bearer. For example, if your token was "12345" then the header that you would add to the webhook would be Authorization: Bearer 12345.


What's Next