Skip to main content

Un-Official Sendyit Python wrapper

Project description

sendit-python

Python wrapper for Sendy's API. https://www.sendyit.com/

Testing Creating a Release Upload Python Package

Installation

pip install pysendyit

Usage

from pysendyit import Sendy
s = Sendy(base_url='http://your_sendy_url')

# subscription
s.subscribe(name='John Doe', email='email@to.subscribe', list_id='the_list_id', 
    custom_field1='custom_value1', custom_value2='custom_value2')

# unsubscription
s.unsubscribe(email='email@to.unsubscribe', list_id='the_list_id')

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

pysendyit-0.0.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

pysendyit-0.0.3-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

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