---
title: "CETEC Connector"
slug: "cetec-connector"
updated: 2025-09-01T10:33:09Z
published: 2025-09-01T10:33:09Z
canonical: "support.tulip.co/cetec-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.tulip.co/llms.txt
> Use this file to discover all available pages before exploring further.

# CETEC Connector

Additional Configuration Required

          

This connector is a good starting point that implements a core set of the service's most common functions. You should expect to extend it by adding functions for the specific endpoints your workflow requires. Additionally, some configuration may be required in CETEC to establish a connection with Tulip. Please review our [connector framework](/r230/docs/connectors) to learn more about how to build and modify connectors in Tulip.

          
          

To download the app, visit: [Library](https://tulip.co/library/connectors/cetec-connector/)

## 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](https://mfg_demo.cetecerp.com/apioverview/react).

## 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

**Connector Function**

**Connector Functions** are individual operations to interact with an HTTP or SQL Datasources. Connector Functions can have inputs and outputs, and can be called from: Triggers, Functions, Automations, and AI Agents.

Once pulled, data can be used throughout your applications.
