I am using a SOAP based API call - CreateAndSendEnvelope to create envelopes into specified DocuSign accounts. I pre-configure the recipients and tags outside of DocuSign console and pass in pre-configured recipient/tag information in the CreateandSendEnvelope API call request.
At times, I need to vary the tag positions a few times before I configure the correct tag placement for the recipients. I always have to create the envelopes to check tag positions. I am looking into an option of using Embedded sending option to preview the tag placement for the envelope but I found out that in order to use Embedded sending I actually have to create an envelope first and then pass in the envelope id to preview the tags/correct tags.
Is there a way to preview the recipient/tags without creating an envelope using Embedded sending option or any other option?