Configuring your connectionsConnection configurations

Webhook

Connection

Description

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
urlstringtruefalse
secretstringfalsetrue
headersarrayfalsefalse

Example

1{
2 "name": "webhook connection",
3 "type": "webhook",
4 "configuration": {
5 "headers": [
6 {
7 "name": "foo",
8 "value": ""
9 }
10 ],
11 "url": "https://example.com/webhook"
12 }
13}

Model Sync

Source

N/A

Target

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
batch_sizeintegerfalsefalse
metadataarrayfalsefalse
record_requestsbooleanfalsefalse

Example

1{
2 ...
3 "target": {
4 "configuration": {
5 "batch_size": 0,
6 "metadata": [
7 {}
8 ],
9 "record_requests": false
10 }
11 }
12}

Bulk Sync

Source

N/A

Destination

N/A