CreateTable

CreateTable

CreateTable API call is used to create a data table in the relational database of dEngage Platform.

API is able to create Standalone data tables as well as Sendable data tables.

The only exception is the master_contact table which comes predefined and created with the initial system installation.

contactKeyColumn column's data type must be text.

Body Params
columns
array of objects
required

Column definitions for the new table.

columns*
string

The contact key column referring to master_contact table's contact_key column. If not set, the table is created as a standalone table.

If set, the new table is connected to master_contact table with contact_key column. Please note that all values in contact key column will be created in master_contact table if they don't exist.

string

the description of the table.

uuid
length between 36 and 36

Folder Id where the created table is under

string
required

the name of the table to be created

Headers
string
required
Defaults to {$$.env.access_token}
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Not-authenticated. Please re-login.

429

Too Many Requests

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
TooManyRequest