Skip to main content
If you want to upload files to your Azure Blob Storage Subscriptions enabled in the application settings directly from hooks, this is how you can do it
The file param should have the following attributes
The returned object after calling any of those methods will have the next data
Additional Parameter for uploadFileStreamToAzureAsync and uploadFileBufferToAzureAsync omitPrefix (boolean, optional): When set to true, the uploaded file’s name will be set to the original name or the provided filename without a timestamp prefix. If set to false, the filename will include a timestamp prefix.