Skip to main content
Inspiring
May 3, 2016
Question

CallbackInfo setting with personalizeUrlWidget request?

  • May 3, 2016
  • 2 replies
  • 978 views

Hello - I have created a widget I want to use with multiple customers, and am using the widget's url in a personalizeUrlWidget request, and it's working great. I'd like to add a callbackInfo block to allow the ADC system to ping our system once the agreement has been signed.

Is there a way to do this from within the personalizeUrlWidget request? I see the availability to add the callbackInfo when I create the widget, but I don't want to create a new widget with a unique callback url and then have to personalize the widget after that.

I've tried a personalizeUrlWidget request with the following structure, but it's not working as i'd expect :

[apiKey] => /api key

[senderInfo] => / sender's email

[widgetUrl] => / my widget's url

[personalizationInfo] => Array

        (

            [email] => / signer's email

        )

[

[widgetCreationInfo] => Array

        (

            [callbackInfo] => Array

                (

                    [signedDocumentUrl] => / unique callback url

                )

        )

This topic has been closed for replies.

2 replies

Inspiring
May 16, 2016

Bump. Would like to get this working, or at least set up an account level callback. I think I can work with the scenario with an account level callback with a documentKey.

Inspiring
May 17, 2016

Hello Nathan,

Apologies for the long delay. Can you inbox me your registered account email address along with Widget Key so that I can pull up and see if callback was set up or not.

Regards,

-Rijul

Inspiring
May 10, 2016

Anyone have any ideas as to how to get this working?