Expand my Community achievements bar.

Get ready! An upgraded Experience League Community experience is coming in January.

Invalid Recipient Auth Method Error When Sending Agreements via Apex

Avatar

Level 1

I'm using Apex to automate sending Adobe Sign agreements. My approach:

  1. Call AgreementTemplateService.load(templateId, contactId) to generate agreement IDs for a list of contacts.
  2. Pass these IDs to EchoSignApiService.sendDocument(agreementId) to send the PDFs.

This runs in a Queueable job triggered by a button click in Salesforce. I successfully get agreement IDs, but when sending, I receive:
null :400 {code:INVALID_RECIPIENT_AUTH_METHOD, message:Invalid authentication method for recipient}

0 Replies