Skip to content

dpanesso/sendyapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SendyAPI

Python wrapper to use with Sendy's API.

Sendy API documentation: https://sendy.co/api

Usage

  sendyapi = SendyAPI(base_url='http://YOUR_SENDY_URL/', api_key='YOUR_API_KEY')

Subscription

try:
  result = sendyapi.subscribe(name='David', email='david@example.com', list_id='YOUR_LIST_ID', custom_field_1='custom_value_1')
except SubscriptionError as e:
  print e.message

About

Python wrapper to use with Sendy's API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages