Q: Can I have a different edition of Mothernode CRM for different users in my organization? A: No. All users must be on the same edition. You can however restrict access to certain modules that may not apply to them.
Why am I required to pay sales tax?
As of January 1, 2014, the state of Texas (where Mothernode offices and servers reside) required local businesses to charge sales tax on all internet based sales and subscriptions. Texas State Comptrollers Office “Whether the sale takes place online or in a store, Texas sellers must collect sales tax on […]
Is there a Mobile App?
Mothernode CRM offers a free downloadable companion application available for IOS and Android devices. The mobile app gives users access to the following modules: Customers Contacts Leads and Opportunities Events Activity feed Itunes Store: https://itunes.apple.com/us/app/mothernode-crm/id597984868?mt=8 Google Play: https://play.google.com/store/apps/details?id=com.mothernode.app&hl=en Users can also access their complete Mothernode environment on Mobile Devices and […]
Multi Language Support
Mothernode CRM products are offered in English only. Users can install free browser extensions that will translate Mothernode’s native interface. See your browser’s third-party developer library for details. Example: Google Chrome Translation Extensions https://chrome.google.com/webstore/search/language%20translation
Redundancy
HIPAA Compliancy
HIPAA (Health Insurance Portability and Accountability) Mothernode adheres to best of breed standards in hosting and security within our application, infrastructure and service providers and partners. HIPAA Guidelines are exclusive and special standards that are used to protect patient information and confidentiality. We do not adhere to HIPAA guidelines and […]
Storage
Data Security
All Mothernode customer data is hosted using state-of-the-art technology to ensure your business is protected including SSL 256 bit encryption. Customer subscription payments and payment processing is managed and maintained by third-party technology companies with world-class infrastructure and security.
Notes/Events API
Notes/Events GET https://api.mothernode.com/notes Receive a list of all Notes Sample Response: { “notes”: [ { “note_id”: “2000”, “ref_id”: “fdb030d8-6628-11e5-9f60-e03f49a0757a”, “ref_type”: “client”, “ref_msg”: “Subject line here 2”, “note_text”: “This is the message body 2\n\nLine 2.”, “author_id”: null, “customer_id”: “fdb030d8-6628-11e5-9f60-e03f49a0757a”, “note_action_type”: null, “event_start_date”: null, “event_end_date”: null, “is_all_day”: “0”, “created_date”: “2015-12-22 15:38:39” }, […]
Leads and Opportunities API
Leads & Opportunities GET https://api.mothernode.com/leads Receive a list of all Leads Sample Response: { “leads”: [ { “lead_number”: “8160”, “lead_id”: “448f18aa-a98c-11e5-ab45-e03f49a0757a”, “l_working_title”: “Somthing 4”, “l_company_name”: “Lead company 4”, “is_individual”: “1”, “primary_contact”: “ac86591e-a996-11e5-ab45-e03f49a0757a”, “customer_id”: “449a3c12-a98c-11e5-ab45-e03f49a0757a”, “address1”: null, “address2”: null, “city”: null, “state”: null, “zip”: null, “country”: null, “l_tel”: null, “o_fax”: null, […]