Can I use fmESignature Link (DocuSign Edition) with FileMaker Server scripts/Perform Script on Server?
Yes you are able to use FileMaker Server scheduled scripts or Perform Script on Server to check for completed documents. We included some examples in the fmESignature Link (DocuSign Edition) file for polling the DocuSign API every 20 minutes to check for new completed documents.
If you are using fmESignature Link v1.36 or earlier these server scripts will require PHP Custom Web Publishing to be enabled on your FileMaker Server and you to host some included PHP files on your server – see our Server Scripts/Webhooks page for full details.
fmESignature Link v1.4 or later doesn't require an PHP files to handle the authentication with DocuSign - the scripts can manage the refreshing of the Access Token automatically.
DocuSign Access Tokens expire after 8 hours (we keep track of this in the Expires At field) and can be refreshed automatically using the Refresh Token. Refresh Tokens expire after 30 days: if you don’t refresh your access token within 30 days you will need to click the Authenticate button and reauthorise the app. You can also schedule the DocuSign Authentication - OAuth 2.0 Refresh Access Token FileMaker script to be performed on a schedule (e.g. daily or weekly) to ensure the Tokens do not expire).