The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
I already have an automation using a webhook, that when I add a new record in a certain table, a sign request is created and sent to the relevant email address.
What I need to do now is after the document is signed by the recipients, save it as an attachment on the same record.
If they include the file there in some form you could try uploading that into Airtable? If it's a public facing URL that'd work out of the box, if not you'd need to upload it somewhere like Google Drive and then pass Airtable that link instead
If they don't include the file, you could try doing an API call to grab the document directly since the document endpoint appears to return the file URL: https://signrequest.com/api/v1/docs/#tag/documents
If they include the file there in some form you could try uploading that into Airtable? If it's a public facing URL that'd work out of the box, if not you'd need to upload it somewhere like Google Drive and then pass Airtable that link instead
If they don't include the file, you could try doing an API call to grab the document directly since the document endpoint appears to return the file URL: https://signrequest.com/api/v1/docs/#tag/documents