GithubHelp home page GithubHelp logo

gearplug / actcrm-python Goto Github PK

View Code? Open in Web Editor NEW
2.0 5.0 0.0 22 KB

Act! Essentials CRM API wrapper written in python

License: MIT License

Python 100.00%
python crm essentials actcrm act api wrapper

actcrm-python's Introduction

actcrm-python

Act! CRM API wrapper written in python

Batchbook-python

Batchbook API wrapper written in python.

Installing

pip install actcrm-python

Usage

Simple access with API KEY

from actcrm.client import Client
client = Client('API_KEY', 'DEVELOPER_KEY')

Create a contact

client.create_contact()

Or you can specify what you want to send. Every field must be a string.

client.create_contact(firstName='Jhon', lastName='Snow', mobilePhone='0000000')

Get Contacts

client.get_contacts()

You can use OData query parameter to filter the contacts

client.get_contacts(top=1, order_by='created desc', filter='. . .')

Get an specific contact

client.get_contact(contact_id)

Delete an specific contact

client.delete_contact(contact_id)

You can do the same with opportunities

client.create_opportunity()

Get Metadata

client.get_metadata()

Requirements

-Requests
-Urllib

TODO

  • Calendar
  • Campaigns
  • ContactActivities
  • Emarketing
  • Groups Show/Hide List Operations Expand Operations
  • Interactions
  • Todos
  • UserInfos

actcrm-python's People

Contributors

gustav0 avatar ingmferrer avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  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.