<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>ActionScripts</title>
    <description>&lt;p&gt;
&lt;a href="https://man.liquidfiles.com/actionscripts" alt="ActionScripts"&gt;Actionscripts&lt;a/&gt; is a way to extend the functionality of LiquidFiles by using your own custom developed scripts.
In this section you can share your scripts with others.
&lt;/p&gt;</description>
    <pubDate>Thu, 16 Apr 2026 01:12:11 +0000</pubDate>
    <lastBuildDate>Thu, 16 Apr 2026 01:12:11 +0000</lastBuildDate>
    <generator>LiquidFiles Forum</generator>
    <link>https://forum.liquidfiles.com/forums/actionscripts.14/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forum.liquidfiles.com/forums/actionscripts.14/index.rss"/>
    <item>
      <title>Access FileDrop custom form fields in actionScript</title>
      <pubDate>Thu, 30 Jan 2025 22:08:46 +0000</pubDate>
      <link>https://forum.liquidfiles.com/threads/access-filedrop-custom-form-fields-in-actionscript.1958/</link>
      <guid>https://forum.liquidfiles.com/threads/access-filedrop-custom-form-fields-in-actionscript.1958/</guid>
      <author>invalid@example.com (Gary Schultz)</author>
      <dc:creator>Gary Schultz</dc:creator>
      <content:encoded><![CDATA[I was not sure where to create this post.  <br />
<br />
We have created custom fields in a system FileDrop based on the following article. <br />
<br />
<a href="https://docs.liquidfiles.com/filedrops/custom_fields.html" target="_blank" class="externalLink" rel="nofollow">Filedrop Custom Fields | LiquidFiles Documentation</a> <br />
 <br />
We have an actionscript that captures the file drop information and sends it to another process. We want to capture the custom field values in the actionscript. I do not see any examples of how to capture the FileDrop custom field values. Is...<br />
<br />
<a href="https://forum.liquidfiles.com/threads/access-filedrop-custom-form-fields-in-actionscript.1958/" class="internalLink">Access FileDrop custom form fields in actionScript</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Message API undefined method `each' for nil:NilClass (NoMethodError)</title>
      <pubDate>Fri, 10 Jan 2025 17:48:29 +0000</pubDate>
      <link>https://forum.liquidfiles.com/threads/message-api-undefined-method-each-for-nil-nilclass-nomethoderror.1954/</link>
      <guid>https://forum.liquidfiles.com/threads/message-api-undefined-method-each-for-nil-nilclass-nomethoderror.1954/</guid>
      <author>invalid@example.com (Gary Schultz)</author>
      <dc:creator>Gary Schultz</dc:creator>
      <content:encoded><![CDATA[Previously I&#039;ve followed the example at <a href="https://docs.liquidfiles.com/actionscripts/message_delivery.html" target="_blank" class="externalLink" rel="nofollow">https://docs.liquidfiles.com/actionscripts/message_delivery.html</a> to get files from a FileDrop using<br />
<br />
message_data = JSON.parse(File.read(ARGV[0])).<br />
message_data[&quot;message&quot;][&quot;attachments&quot;].each do |attachment|<br />
<br />
Now I get the error<br />
<br />
{&quot;message&quot;:&quot;ActiveJob Actionscript Job...<br />
<br />
<a href="https://forum.liquidfiles.com/threads/message-api-undefined-method-each-for-nil-nilclass-nomethoderror.1954/" class="internalLink">Message API undefined method `each&#039; for nil:NilClass (NoMethodError)</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Ruby curl not working</title>
      <pubDate>Fri, 08 Dec 2023 19:27:44 +0000</pubDate>
      <link>https://forum.liquidfiles.com/threads/ruby-curl-not-working.1912/</link>
      <guid>https://forum.liquidfiles.com/threads/ruby-curl-not-working.1912/</guid>
      <author>invalid@example.com (Gary Schultz)</author>
      <dc:creator>Gary Schultz</dc:creator>
      <content:encoded><![CDATA[I have a ruby actionscirpt that is running, but not working.  I&#039;m trying to call a Azure Logic App using curl based on the Message Delivery Actionsctipts examples. The actionscipt is called when a file is placed in a filedrop. This is in the activity log:<br />
<br />
{&quot;message&quot;:&quot;ActiveJob Actionscript Job Running for Filedrop&quot;,&quot;filedrop&quot; ...<br />
<br />
I can get this to work from postman. I used postman to get the curl code. Anyone else run into an issue in whcih the actionscript is run, but doesn&#039;t peform the...<br />
<br />
<a href="https://forum.liquidfiles.com/threads/ruby-curl-not-working.1912/" class="internalLink">Ruby curl not working</a>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Send file information in base64</title>
      <pubDate>Thu, 07 Dec 2023 15:12:55 +0000</pubDate>
      <link>https://forum.liquidfiles.com/threads/send-file-information-in-base64.1914/</link>
      <guid>https://forum.liquidfiles.com/threads/send-file-information-in-base64.1914/</guid>
      <author>invalid@example.com (Gary Schultz)</author>
      <dc:creator>Gary Schultz</dc:creator>
      <content:encoded><![CDATA[I have an actionscipt working which sends uploaded filedrop information to an Azure logic app. There doesn&#039;t appear to be an API method to retireve the file from the LiquidFile syustem. Is it possible to decode the file in base64 and place in the post request?]]></content:encoded>
    </item>
    <item>
      <title>Call Azure Logic App</title>
      <pubDate>Fri, 10 Nov 2023 16:11:41 +0000</pubDate>
      <link>https://forum.liquidfiles.com/threads/call-azure-logic-app.1909/</link>
      <guid>https://forum.liquidfiles.com/threads/call-azure-logic-app.1909/</guid>
      <author>invalid@example.com (Gary Schultz)</author>
      <dc:creator>Gary Schultz</dc:creator>
      <content:encoded><![CDATA[We are running a LiquidFiles pilot. I&#039;m trying to configure an actionscript to call an Azure Logic App to send tokens via SMS or call. I can succesfully call the logic app from postman. When I try calling with the actionscript I receive the following error:<br />
<br />
Configuration Saved. Actionscript error: , Actionscript output:<br />
<br />
System log shows the following:<br />
<br />
{&quot;message&quot;:&quot;Actionscript azuresms...<br />
<br />
<a href="https://forum.liquidfiles.com/threads/call-azure-logic-app.1909/" class="internalLink">Call Azure Logic App</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Confirmation email for FileDrop sender</title>
      <pubDate>Mon, 27 Feb 2023 17:05:10 +0000</pubDate>
      <link>https://forum.liquidfiles.com/threads/confirmation-email-for-filedrop-sender.1614/</link>
      <guid>https://forum.liquidfiles.com/threads/confirmation-email-for-filedrop-sender.1614/</guid>
      <author>invalid@example.com (David)</author>
      <dc:creator>David</dc:creator>
      <content:encoded><![CDATA[Here is an other example of a <a href="https://man.liquidfiles.com/actionscripts/user_delivery.html" target="_blank" class="externalLink" rel="nofollow">User delivery Action Script </a>which sends a confirmation email to the FileDrops sender when their files are successfully uploaded on the LF server.<br />
(Don&#039;t mistake this confirmation email with the download receipts which are being sent by LF server after the FileDrop recipient downloads the files)<br />
<br />
This Action script works on LF server v4.1 or higher.<br />
<br />
<b><span style="font-size: 18px">1) Action Script</span></b>...<br />
<br />
<a href="https://forum.liquidfiles.com/threads/confirmation-email-for-filedrop-sender.1614/" class="internalLink">Confirmation email for FileDrop sender</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Copy filedrop attachments to share</title>
      <pubDate>Thu, 14 Apr 2022 19:09:47 +0000</pubDate>
      <link>https://forum.liquidfiles.com/threads/copy-filedrop-attachments-to-share.1874/</link>
      <guid>https://forum.liquidfiles.com/threads/copy-filedrop-attachments-to-share.1874/</guid>
      <author>invalid@example.com (Aldo)</author>
      <dc:creator>Aldo</dc:creator>
      <content:encoded><![CDATA[I have a department that wants a copy of incoming attachments to go to a LiquidFiles share, not an external fileshare.<br />
I&#039;m running LiquidFiles v3.6.7 on an Centos 7 VM in Azure. The script is using Powershell 7.2.2.<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>#!/usr/bin/env pwsh
logger -p local0.info -t ActionScript_Copy_File_Script &quot;ActionScript-Copy filedrop file to share: Begin&quot;
try {
    $message_object = Get-Content $args[0] | ConvertFrom-Json #convert the message into a PowerShell object
    if(!$message_object){throw...</pre>
</div><a href="https://forum.liquidfiles.com/threads/copy-filedrop-attachments-to-share.1874/" class="internalLink">Copy filedrop attachments to share</a>]]></content:encoded>
    </item>
    <item>
      <title>Copy received files to Google Drive</title>
      <pubDate>Mon, 30 Sep 2019 15:48:35 +0000</pubDate>
      <link>https://forum.liquidfiles.com/threads/copy-received-files-to-google-drive.1451/</link>
      <guid>https://forum.liquidfiles.com/threads/copy-received-files-to-google-drive.1451/</guid>
      <author>invalid@example.com (David)</author>
      <dc:creator>David</dc:creator>
      <content:encoded><![CDATA[This example describes how to use <a href="https://man.liquidfiles.com/actionscripts/user_delivery.html" target="_blank" class="externalLink" rel="nofollow">User delivery Action Script</a> together with <a href="https://github.com/gdrive-org/gdrive#downloads" target="_blank" class="externalLink" rel="nofollow">Gdrive tool</a> to copy files from a received message for a specified user. <br />
<br />
<b><span style="font-size: 18px">1) Gdrive tool installation</span></b><br />
Log in to the LF console as root, download latest gdrive for 64bit linux platform and save in to the /usr/loca/bin folder.<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>curl -L...</pre>
</div><a href="https://forum.liquidfiles.com/threads/copy-received-files-to-google-drive.1451/" class="internalLink">Copy received files to Google Drive</a>]]></content:encoded>
    </item>
  </channel>
</rss>
