I need to be able to resend an already sent API. Either because an email was lost, or perhaps a signer declined, and I want them to sign again.
I am using the call below. According to the docs, I need to add the 'resend' to the envelope. But I can't find where I put that. Does anyone have any idea how to add that flag?
EnvelopesApi envelopesApi = new EnvelopesApi();
EnvelopeSummary envelopeSummary = envelopesApi.CreateEnvelope(accountId, envDef);