Amplemarket

Supports:

  • ✅ Enrichment

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringtruefalse

Example

1{
2 "name": "Amplemarket connection",
3 "type": "amplemarket",
4 "configuration": {
5 "api_key": "sk_test_123"
6 }
7}

Model Sync

Enrichment

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringAccepted values: person, companyfalsefalse

Example

1{
2 ...
3 "configuration": {
4 "object": ""
5 }
6}