Articles on: Blocks Creator

🟦 Get URL from file

🟦 Get URL from file



The Recover File URL block allows you to convert a "File" object managed by Celestory into a text URL that can be used for external interactions.


This block is essential for sharing documents to third-party services, embedding links in emails or APIs, or any operation requiring a textual reference to the file.


πŸ“₯ Entries


  • file (File Resource): The targeted documentary object managed by the Celestory system.


πŸ“€ Outings


  • url (Text): The complete web address where the file is stored, in the form of a character string (eg: https://.../document.pdf).


πŸ’‘ Example of use


Scenario: Integration of a contract into a CRM


  1. A user uploads a PDF contract to your Celestory app.
  2. You want to save this contract in your CRM (like HubSpot or Salesforce).
  3. You connect the file resource to the file input of this block.
  4. The block generates a text url pointing to the contract.
  5. You pass this URL to the CRM via an API to link the document to the customer profile.


βš™οΈ Technical Details

  • Generated URLs may include temporary authentication tokens depending on the security configuration of the Celestory environment.
  • This block does not modify the original file, it just extracts the web location.

Updated on: 04/03/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!