API Updates for Adding and Removing Recipients

sendsafely_developer_banner

We're pleased to announce three new endpoints for the SendSafely REST API, intended to facilitate more streamlined addition and removal of multiple recipients from SendSafely packages.

Bulk Add Recipient

Bulk Add Recipient takes an array of packageIds as a body parameter, as well as the email address and–optionally, for SMS verification–the phone number and country code of your recipient. Previously, you had to add a recipient to one package at a time with the Add Recipient endpoint. With this new PUT endpoint, you can add one recipient to multiple packages in a single request.

Bulk Add Recipient is useful for integrated workflows, where you want to grant a support agent access to multiple packages in a single case or ticket.

Bulk Remove Recipient

Bulk Remove Recipient takes an array of packageIds as a body parameter, as well as the email address of your recipient. Previously, you had to remove a recipient from one package at a time with the Remove Recipient endpoint. This new DELETE endpoint enables you to remove one recipient from multiple packages in a single request.

Bulk Remove Recipient is useful for integrated workflows, where you want to revoke a support agent's access to multiple packages in a single case or ticket, e.g., when they have been reassigned, or when the case or ticket is closed.

Delete Recipients

Delete Recipients takes a packageId as a path variable, and removes every recipient but the package owner (frequently, a No-Login Service Account) from that package. Previously, you had to remove one recipient at a time from a package with the Remove Recipient endpoint. This new DELETE endpoint enables you to remove all recipients (except the package owner) from a package in a single request.

Delete Recipients is useful for integrated workflows, where you want to revoke all support agents' access to a package, e.g., when the case or ticket it pertains to is closed.

For more information on all of our REST API endpoints, consult our REST API documentation site

 

 


 

 

SendSafely: Integrated File Transfer for the Apps you Love 

If you are looking for a secure way to send or receive files with anyone, or simply need a better way to transfer large files, our platform might be right for you.