Skip to main content

The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner.

Project description

SendSafely Python API

The SendSafely Python API lets you integrate SendSafely secure data transfer capabilities directly into your Python application.

Quickstart

The example below shows you how to install the sendsafely package, import it as a module, and use it to create a package. Make sure that you have Python 3 or higher installed, as well as pip and Setuptools.

To install the SendSafely Python API, simply run

pip install sendsafely

Import the SendSafely modules to start making your API calls

from sendsafely import SendSafely, Package

Create a Sendsafely instance object

sendsafely = SendSafely("https://your-company.sendsafely.com", "API_KEY", "API_SECRET")

Create a new package

package = Package(sendsafely)

Add a secure message to the package

package.encrypt_and_upload_message("hello this is a message")

Add a recipient to the package

package.add_recipient("user@foobar.com")

Finalize the package so it can be delivered to the recipients. The returned response contains the Secure Link needed for recipients to access the package.

response = package.finalize()

You will need to generate your own API_KEY and API_SECRET from the API Keys section of your Profile page when logged into your SendSafely portal.

Examples

sendsafely_python_example.py - demonstrates how the SendSafely Python API can be used to create packages and handle encrypt/upload and download/decrypt operations without the API developer having to implement these complex operations.

python3 sendsafely_python_example.py

sendsafely_rest_example.py - demonstrates how the SendSafely Python API can be used to call SendSafely REST API endpoints directly. This is useful for cases where the SendSafely Python API does not currently implement a function for calling the endpoint.

python3 sendsafely_rest_example.py

Before running the example scripts, you will need to update the api_key, api_secret, and base_url variables in the script before running it.

For more information, please refer to our Developer Website to familiarize yourself with the core SendSafely API and common operations. You can find our documented REST API endpoints here.

Support

For support, please contact support@sendsafely.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sendsafely-1.0.3.tar.gz (18.7 kB view details)

Uploaded Source

File details

Details for the file sendsafely-1.0.3.tar.gz.

File metadata

  • Download URL: sendsafely-1.0.3.tar.gz
  • Upload date:
  • Size: 18.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for sendsafely-1.0.3.tar.gz
Algorithm Hash digest
SHA256 d7402e8a0e218f94094023db6e5fcfb505c3c4ac164312c13bf78a15b2d3676b
MD5 ca4342b47cf7b7dccde31b3148e0ceb6
BLAKE2b-256 07ad1e8665eccc4c795f95f5d70b60e15fd5cd69a096ac17216c424c04ccf617

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page