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

Each Mothernode Customer Account is assigned 2TB of storage for their record data, which includes customers, contacts, leads and opportunities and transactions. Most accounts are allotted 1GB of data for file attachments (ie. JPGs, PDFs, DOCX, XLSX, etc.)

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, […]

Contacts API

Contacts GET https://api.mothernode.com/contacts Receive a list of all Contacts Sample Response: { “contacts”: [ { “contact_id”: “0000000a-a0a0-00a0-a000-a00a00a0000a”, “first_name”: “Eric”, “last_name”: “Miller”, “salutation”: “”, “title”: “”, “department”: “”, “email”: “”, “alt_email”: null, “company_name”: null, “use_company_default”: “0”, “address1”: “1234 Main St.”, “address2”: “PO Box 123”, “city”: “Louisville”, “state”: “KY”, “zip”: “42218”, “country”: […]

Customers API

Mothernode API – Customers Customers GET https://api.mothernode.com/customers Receive a list of all Customers Sample Response: { “customers”: [ { “customer_id”: “0000000a-a0a0-00a0-a000-a00a00a0000a”, “company_name”: “Sample Company”, “address1”: “Chestnut Street 92”, “address2”: “”, “city”: “Louisville”, “state”: “KY”, “zip”: “40202”, “country”: “US”, “tel”: “555-625-1199”, “fax”: “”, “website”: “”, “toll_free”: null, “billing_name”: null, “billing_use_default”: “1”, […]

Mothernode API

CONNECT THIRD-PARTY APPLICATIONS USING MOTHERNODE’S API LIBRARY. MOTHERNODE CUSTOMERS CAN SHARE CUSTOMER AND CONTACT DATA VIA API AS WELL AS LEADS AND OPPORTUNITIES. USE THE TECHNICAL INFORMATION PROVIDED TO GET STARTED.   API Authentication Customer Records Contact Records Leads and Opportunities Notes and Events Invoices API URL https://api.mothernode.com API Authentication (HTTP […]