| name | connector-config |
| description | Writes connector_config for segment/journey activations using `tdx connection schema <type>` to discover available fields. Use when configuring activations - always run schema command first to see connector-specific fields. |
tdx Connector Config
Configure connector_config for activations by discovering fields with tdx connection schema.
Key Commands
tdx connection list
tdx connection schema <connector_type>
tdx connection types
Schema vs Settings: schema shows connector_config fields for activations. settings shows credentials for creating connections.
Workflow
tdx connection list
tdx connection schema salesforce_marketing_cloud_v2
Common Connector Types
Salesforce Marketing Cloud (salesforce_marketing_cloud_v2)
connector_config:
de_name: CustomerSegment
shared_data_extension: false
data_operation: upsert
create_new_de: true
folder_path: Segments/Marketing
primary_column: email
is_sendable: true
sendable_rule: Email Address
sendable_column: email
Salesforce CRM (sfdc_v2)
connector_config:
object: Contact
mode: update
unique: email
upsert: true
AWS S3 (s3_v2)
connector_config:
bucket: my-bucket
path: exports/segments/data.csv
format: csv
compression: gz
BigQuery (bigquery_v2)
connector_config:
project: my-gcp-project
dataset: marketing
table: segments
mode: APPEND
auto_create_table: true
Treasure Data (treasure_data)
connector_config:
database_name: marketing_db
table_name: exported_segments
mode: append
Conditional Fields
Schema output shows when fields apply:
unique: Key [text]
Show when: mode=["update"]
Only include unique when mode is update.
Related Skills
- segment - Child segment activations
- journey - Journey activations