pymailup
0.3.5
  • Overview
  • Installation
  • Usage
  • Reference
    • Provider
    • Components
    • Logger
    • Client configuration
  • Test
  • Contributing
  • Authors
  • Changelog
pymailup
  • Docs »
  • Reference
  • View page source

ReferenceΒΆ

  • Provider
    • create_list
    • get_list
    • all_lists
    • filter_lists
    • create_group
    • get_group
    • all_groups
    • filter_groups
    • create_recipient
    • get_recipient
    • all_subscribe_recipients
    • all_unsubscribe_recipients
    • all_pending_recipients
    • all_pending_recipients
    • all_recipients
    • filter_recipients
    • create_message
    • get_message
    • all_messages
    • all_published_messages
    • all_archived_messages
    • filter_messages
    • create_tag
    • get_tag
    • all_tags
    • all_attachments
    • get_attachments
  • Components
    • List
      • save
      • get_groups
      • get_recipients
      • get_subscribers
      • get_unsubscribers
      • get_pending
      • subscribe_recipients_list
      • subscribe_recipients_list_forced
      • unsubscribe_recipients_list
      • send_confirmation_email
      • get_import_status
    • Group
      • save
      • delete
      • get_subscribers
      • insert_recipient
      • extract_recipient
      • subscribe_recipients_list
      • subscribe_recipients_list_forced
      • unsubscribe_recipients_list
      • send_confirmation_email
      • send_message
    • Recipient
      • save
      • add_to_list
      • subscribe_to_list
      • unsubscribe_to_list
      • add_to_group
      • set_field
      • get_field
      • set_fields
      • get_fields
    • Message
      • save
      • send_to_list
      • send_to_group
      • send_to_recipient
      • set_field
      • get_field
    • Tag
      • save
    • Attachment
      • save
  • Logger
    • Default logger
    • Custom logger
    • Singleton logger
  • Client configuration
Next Previous

© Copyright 2016, Thunder Systems. Last updated on Mar 27, 2017.

Built with Sphinx using a theme provided by Read the Docs.