Get in touch with your Contentsquare contact to provide the required
information.
You will need to provide:
- A data schema (in the form of a JSON object): see below
- A name, logo and description of what the integration does and related use
cases to be listed in the Contentsquare integrations catalog.
An enrichment field can be of one of the following type
s:
"STRING"
:
- Min length:
0
- Max length:
50
bytes
"INT"
:
- Min integer:
-2147483648
- Max integer:
2147483647
"FLOAT"
:
- Min float:
-1.79769e+308
- Min float:
1.79769eE+308
"BOOL"
:
- Boolean values:
true
/ false
"DATETIME"
:
- Format:
YYYY-MM-DDThh:mm:ssZ
(example: “2022-07-26T14:47:35Z”).
- A schema cannot include more than 10 fields of each type (so there can be up
to 10 strings, 10 integers, 10 booleans etc.)
- Key names length is limited to 30 bytes
- Strings are limited to 50 bytes
An example schema for a provider sending phone call data could look like this: