• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Send a copy of email with signing link

Guest
Feb 27, 2017 Feb 27, 2017

Copy link to clipboard

Copied

Hi everyone,

I'm using the Adobe Sign API to create an agreement for a user of my web app. They should be able to provide an email address of the party responsible for signing the document(it's often a different person). But in case they entered a wrong email, I'd want them to also receive a copy of the email with the signing link. How can I specify this CC email?

One thing I tried is sending it as a recipient set with multiple emails:

recipientSetInfos: [{

  recipientSetMemberInfos: [{ email: 'signer@email' }, { email: 'cc@email' }],

  recipientSetRole: 'SIGNER'

}]

But I'm getting an error 400 with "Recipient set is not enabled".

Views

678

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation