Vanilla Forums

Supports:

  • ✅ Models
  • ✅ Bulk sync source

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
domainstringtruefalse
api_keystringtruefalse

Example

1{
2 "name": "Vanilla Forums connection",
3 "type": "vanilla",
4 "configuration": {
5 "api_key": "secret",
6 "domain": "yourcompany.vanillacommunities.com"
7 }
8}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
stream_idstringObjecttruefalse

Example

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