...
Configuration name | Description | Type | Sample value |
---|---|---|---|
| Installed package client key | string |
|
| Installed package client secret | string |
|
| Authenticate type | string |
|
| Authenticate URI (required if auth_type=v2) | string |
|
| Data Extension name | string |
|
| Flag to indicate create new data extension if it is not existed | boolean default is false |
|
primary_column | Name of primary column (required of create_new_de=true) Only 1 column can be specified. | string | |
primary_text_length | Length of text field when it is selected as primary column | integer | max: 4000, min: 10 (default: 4000) |
| Flag to indicate created DE is sendable or not | boolean default is false |
|
| Your account’s configured sendable business rule (required if is_sendable=true) | string |
|
| Column name to use as sendable property (required if is_sendable=true | string |
|
| Flag to indicate using asynchronous or synchronous API from SFMC | boolean default is false |
|
| Flag to indicate continue running if there is an insertion error (applied only for synchronous API) | boolean default is true |
|
...