Skip to main content

Satmetrix

Project description

Usage:

from satmetrix import Satmetrix
    sm = Satmetrix(domain, auth)

Retrieve one page of feedback:

data = sm.feedback(page_limit=1)
contact_id = data[0]['contact_record_id']

Retrieve one feedback record using contact_record_id:

r = sm.feedback_record(contact_id)

Update feedback record:

r = sm.update_feedback(contact_record_id, data=[{'contact_record_id': contact_record_id, 'comment_text': 'Called customer, left vm. Will call back to cust next week.'}])

Retrieve invitation record using contact_record_id:

r = sm.invitation_record(contact_record_id)

Nominate Contact:

r = sm.nominate_contact(data=[{'contact_id': 'email', 'email': 'email'}])
r = sm.nominate_contact(contact_record_id)

The above will return all the feedback you have. You can pass in the following arguments offset, limit, page_limit, callback. You can also pass in additional args which are passed to as json data in the post request.

Note

Satmetrix has said there isn’t an endpoint other than searching.

Building New versions:

python2.7 setup.py bdist bdist_wheel
twine upload --skip-existing dist/*

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

satmetrix-0.0.7.linux-x86_64.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

satmetrix-0.0.7-py2-none-any.whl (4.8 kB view hashes)

Uploaded Python 2

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