docu_templates {docuSignr} | R Documentation |
See all templates associated with account
docu_templates(username = Sys.getenv("docuSign_username"),
password = Sys.getenv("docuSign_password"),
integrator_key = Sys.getenv("docuSign_integrator_key"), base_url)
username |
docuSign username |
password |
docuSign password |
integrator_key |
docusign integratorKey |
base_url |
docuSign baseURL |
## Not run:
login <- docu_login()
templates <- docu_templates(base_url = login[1, 3])
## End(Not run)