{"password": "<string>", "checksum": "<string>", "undisclosedRecipients": "<boolean>", "recaptchaToken": "<string>", "readOnlyPdf": "<boolean>", "unconfirmedSender": "<string>", "confirmedSenderToken": "<string>", "notifyRecipients": "<boolean>", "allowReplyAll": "<boolean>"}
So as part of the
package.finalize()operation definedPython-Client-API/sendsafely/Package.py
Line 223 in d7c6d79
There is no way for a caller to send BODY entries to sendsafely. However on the REST api docs for
finalizehttps://rest-api-docs.sendsafely.com/#253237d8-c05e-4acc-a2c4-87bf63465b70. there is a section forbodywhich has:For me I'd like to be able to use
notifyRecipientsand related entries (likeallowReplyAll) in addition to the auto-populatedchecksum. Without rolling my own REST api calling for this use case.