CETEC Connector
  • 21 Feb 2024
  • 1 Minute to read
  • Contributors

CETEC Connector


Article Summary

To download the app, visit: Library

Introduction

Cetec ERP provides a web-based, fully integrated business suite for manufacturers and distributors.The platform includes supply chain and inventory control, CRM and purchasing, production tracking and scheduling, quality control, accounting and financials.

Purpose

With Cetec connector you are able to connect your tulip application to CETEC platform and you will be able to get all kind of information you need thorugh CETEC API.

API Doc

The following Connector Function highlighted in this document have leveraged CETEC API Docs.

Pre-Requisites

Subscribe to a regular or a demo account on Cetec's platform. On the website, you'll need to locate your account specific JSON API first in the following route:
Admin -> Config settings -> Config settings -> Search for "JSON Api Token"
This API Token needs to be included on every request you make to CETEC API, in the URL.
Finally, import the CETEC connector from the library.

Set the following details on the imported Connector shown on the next step.

Tulip Connection Details

The following information would need to be configured on Tulip's HTTP connector.

Running On: Cloud Connector Host
Host: demo.cetecerp.com
Port:443
TLS: Yes
Authentication: No Auth
Headers: No Header

Prebuilt Connector Functions

All the prebuild functions are focusing on getting information from the CETEC platform.

GET - Customer Information

This API provides access to multiple Customers in the system.

GET - Lead by ID

Get all the leads associated with a specific Customer or lead type.

GET - Order Information

Get order information from the platform filtered by Customer ID or Contact ID


Was this article helpful?