I have a standard custom connect setup that has been working really well for us. We now want to store the signed document in our app. So I go and edit the settings and click on Document PDFs in the include section. However, there is no change in the XML that is in the callback. I would have assumed that the base64 encoded document would be there just like when I send it.
Is it somewhere else? Ho do I get a copy of the document once ALL recipients have signed?
Thank You.
Document PDFsshould result in the base64 doc contents being included in the XML payload. Any chance that you have multiple Connect connections configured and that you inadvertently updated the wrong one (i.e., didn't update the one that sends notifications for theEnvelope Completeevent)? Or that you're creating the envelope via API request that specifies Connect notification settings for that particular envelope that are overriding the Connect settings specified at the account level? - Kim BrandleventNotificationproperty (object) w/in theCreateEnvelopeAPI request. I'm not 100% sure, but seems like Connect settings specified at the Envelope-level like this would likely override Connect settings specified at the Account-level. If you're not sending theeventNotificationproperty as part of theCreateEnveloperequest though, and you've updated the one/only Connect config at the account level, I'm not sure why the doc isn't being included in the XML payload. - Kim Brandl