I'm using Apex to automate sending Adobe Sign agreements. My approach:Call AgreementTemplateService.load(templateId, contactId) to generate agreement IDs for a list of contacts.Pass these IDs to EchoSignApiService.sendDocument(agreementId) to send the PDFs.This runs in a Queueable job triggered by a...