hellosign / hellosign-openapi

Official Dropbox Sign OpenAPI Spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`requester_name`, `requester_full_name` or similar field for signature requests

Raxev opened this issue · comments

commented

Wondering if there is an optional field that allows us to specify the name of the requester in order for the name to be displayed in email communications regarding signature requests. Sending Signature Requests through Clio seems to allow for the requester's name to be included in the request as in the 2nd image, but the API documentation for Dropbox Sign doesn't specify a way to obtain this result. Something like the following would be a big help:

Name Type Description Notes
requester_name str The name of the user that should be designated as the requester of this draft, if the draft type is request_signature.

Current signature request emails for UnclaimedDraftCreateEmbeddedRequest that only allow requester_email_address:

image

Desired result:

image

There isn't any field that allows you to set requester name. However, while sending signature request, pulls requester name from settings->profile->name. If name is not set in profile, it will use email address. Hope this help clarify your questions.
Screenshot 2023-03-30 at 10 24 41 AM