The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Document::eSign::Docusign::getEnvelopeRecipients - This retrieves information about the recipients of an envelope.

VERSION

Version 0.04

functions

getEnvelopeRecipients($parent, $vars)

my $response = $ds->getEnvelopeRecipients(
    {
        accountId => $ds->accountid,
        envelopeId => '1883aef4-82fe-4c36-a9ec-13dd63520df9', # Found in getListOfEnvelopesInFolders
    }
);

print "Got envelopeId: " . $response->{envelopeId} . "\n";