Hello folks!
Weâre excited to introduce two powerful additions to the Freshworks Developer Platform that open up new possibilities for building more scalable, secure, and cost-effective apps: Object Storage and Long-running Jobs.
1. Object Storage 
With Object Storage, you can now store and retrieve files like images, documents, and JSON blobs directly from your app â no need for third-party services or custom backend infrastructure.
Use Cases
- Store customer-uploaded profile images or documents.
- Save JSON blobs from APIs or user interactions.
- Attach supporting documents to tickets, deals, or custom objects.
- Temporarily cache files with auto-expiry to reduce storage usage.
Why use it?
Security: Files are stored within the Freshworks ecosystem â no external transfer or risk.
Cost Efficiency: Eliminate paid cloud storage services or self-hosted file servers.
Reliability: Built-in support for file lifecycle management (auto-delete with expiry).
Be sure to stop your subscription for the image storage services or the server that you spin up to store files that you never used again.
2. Jobs 
Say hello to Jobs, our new capability that allows you to run serverless functions asynchronously for longer durations. Perfect for time-consuming tasks such as bulk data imports or interacting with slow APIs, helping you bypass the time limits of standard serverless functions.
Use Cases
- Importing/exporting large datasets from CRMs or external tools.
- Periodically syncing data from slow third-party APIs.
- Performing batch operations across multiple tickets, contacts, or records.
Why use it?
Scalability: Offload time-consuming operations to background jobs.
Reliability: Jobs run independently of the user interface, reducing timeout errors.
Security: Handled within Freshworksâ execution layer, avoiding external job queues and dedicated authentication mechanisms.
Beware, it comes with concurrency limits. Jobs canât run forever like Forrest Gump.
Getting Started 
To start using these features, update to the latest FDK (v9.4.0).
Both capabilities are available right away â check out the docs and sample app to get going quickly.
Resources
Object Storage: Documentation, Sample app
Jobs: Documentation, Sample app
Note: Currently, these two features are not available for Freshdesk. They are supported across other Freshworks products, and weâre actively working on bringing Freshdesk support soon. Stay tuned!
As always, weâd love to hear your feedback. Let us know how youâre using these features or share your use cases in the comments below
Happy Coding!