Skip to content

Support sending to recipients as part of python API's package.finalize() #31

Description

@Callek

So as part of the package.finalize() operation defined

def finalize(self):

There is no way for a caller to send BODY entries to sendsafely. However on the REST api docs for finalize https://rest-api-docs.sendsafely.com/#253237d8-c05e-4acc-a2c4-87bf63465b70. there is a section for body which has:

{"password": "<string>", "checksum": "<string>", "undisclosedRecipients": "<boolean>", "recaptchaToken": "<string>", "readOnlyPdf": "<boolean>", "unconfirmedSender": "<string>", "confirmedSenderToken": "<string>", "notifyRecipients": "<boolean>", "allowReplyAll": "<boolean>"}

For me I'd like to be able to use notifyRecipients and related entries (like allowReplyAll) in addition to the auto-populated checksum. Without rolling my own REST api calling for this use case.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions