GithubHelp home page GithubHelp logo

srfax-api-python's Introduction

SRFAX

SRFAX is a feature rich internet fax service which encompasses all aspects of fax communications with easy to use online fax management services. Online faxing services provided by SRFAX is simple, reliable, inexpensive and can also be used from mobile devices. Internet faxing is simple and easy as can be accessed using your email and so it is private and secure.

SRFAX is a registered trademark of EDC Systems, Inc.

SRFAX API for Python

SRFAX API enables you to:

  • Schedule a fax to be sent
  • Determine the status of a fax that has been scheduled for delivery
  • Retrieve a list of faxes received in a specified period of time
  • Retrieve a list of faxes sent in a specified period of time
  • Retrieve a specified sent or received fax file in PDF or TIFF format
  • Delete specified received or sent faxes.

Example Usage

from srfax import srfax

srfax_client = srfax.SRFax('194999',               # Account Number
                           'psswrd',               # Text password
                           caller_id='8005552222', # 10 digits, no prefix
                           sender_email='[email protected]',
                           cover_page='Standard',
                           fax_from_header='up to 30 characters',
                           senders_name='Benjamin Banneker',
                           organization='Example Company, LLC')

fax_id = srfax_client.queue_fax(
    '+18885551111', # Fax to 1 number, note the '+1' prefix, or
    # ['+18885552222', '+18885551111'], # fax to several numbers
    '/path/to/fax/file',
    recipients_name='Mary',
    subject='Sending line of text fax',
    body_text='Hello world!'
)
status = srfax_client.get_fax_status(fax_id)

Copyright and License

SRFAX API is Copyright (c) 2012 Vingd, Inc. and licensed under the MIT license (see LICENSE.txt).

srfax-api-python's People

Contributors

colinbrislawn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.