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 and send envelope requests. 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 as well as sending requests using Perform Script on Server [PSoS].

If you are using the Authorization Code Grant OAuth Flow your DocuSign Access Token expires 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).

If you are using the JWT Grant OAuth Flow your DocuSign Access Token expires after one hour, and no refresh token is provided. After the token expires, you must generate a new JWT and exchange it for a new access token. fmESignature Link will automatically handle requesting a new access token when the existing one has expired.

Still need help? Contact Us Contact Us