You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to integrate and use this bundle with a new Symfony project but I am stuck trying to figure out how to create a remote signature.
What are the steps to creating an envelope and adding a pdf with two signers. I couldnt find any examples in the documentation. Can anyone provide me with a little guidance? I am happy to write up an example in the documentation once I get mine working.
Kind Regards
The text was updated successfully, but these errors were encountered:
Just a quick update. I have started getting some results (able to send pdf to docusign) by using the Envelope builder in my controller and I am currently trying to figure out where and how to change different aspects such as being able to add different information to the EnvelopeDefinition such as the brand id are add additional information to signers etc.
From what I can see so far, the PreSign event can be put before or after the envelope creator. The problem is the DocumentDefinition is done in the loop on the actions and the Envelope Creator is also doing the sending. Do we need to seperate the creation and the send actions so they are called seperately so that we can call the send once everything is ready or put in different Events such as PreSend before sending to docusign?
Getting this error thanks in advance
Error while requesting server, received a non successful HTTP code [401] with response Body: O:8:"stdClass":2:{s:9:"errorCode";s:27:"AUTHORIZATION_INVALID_TOKEN";s:7:"message";s:59:"The access token provided is expired, revoked or malformed.";}
Hi,
I am currently trying to integrate and use this bundle with a new Symfony project but I am stuck trying to figure out how to create a remote signature.
What are the steps to creating an envelope and adding a pdf with two signers. I couldnt find any examples in the documentation. Can anyone provide me with a little guidance? I am happy to write up an example in the documentation once I get mine working.
Kind Regards
The text was updated successfully, but these errors were encountered: