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

createPersonalUrlWidget still verifying email address

Guest
May 12, 2015 May 12, 2015

I'm using the EchoSign API and creating a widget using createPersonalUrlWidget. I pass in an email using the WidgetPersonalizationInfo param but once a use signs the document they are still asked to verify their email?

Here is the code I use to create the widget:

var personalWidgetInfo = new WidgetPersonalizationInfo()

  {

    email = recipientEmail

  };

  var result = echoSignService.createPersonalUrlWidget(ApiKey, null, widgetInfo, personalWidgetInfo);

568
Translate
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

correct answers 1 Correct answer

Adobe Employee , May 15, 2015 May 15, 2015

Hi Cornea47939537,

Can you login to your account and go to Account tab->Account settings->Signature Preferences and uncheck "Widget Email Verification" and save.

Let me know if you are still being asked for email verification through createPersonalUrlWidget.

-Rijul

Translate
Adobe Employee ,
May 15, 2015 May 15, 2015
LATEST

Hi Cornea47939537,

Can you login to your account and go to Account tab->Account settings->Signature Preferences and uncheck "Widget Email Verification" and save.

Let me know if you are still being asked for email verification through createPersonalUrlWidget.

-Rijul

Translate
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