ZRM Docs
Domain Model

Resource Link

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
channelEndpointIdstringYesID of the associated channel endpoint
externalChannelIdstringYesID of the associated external channel
externalChannelNamestringNoExternal channel name
linkedRecordTypestringYesLinked record type
linkedRecordIdstringYesID of the associated linked record
syncDirectionenum(platform_to_channel, channel_to_platform, bidirectional)YesSync direction
workspaceIdstringYesID of the associated workspace
configJsonobjectNoConfig json
enabledbooleanYesEnabled
visibilityModeenum(global, workspace_local, shared)YesVisibility mode

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
channelEndpointIdstringYesID of the associated channel endpoint
externalChannelIdstringYesID of the associated external channel
externalChannelNamestringNoExternal channel name
linkedRecordTypestringYesLinked record type
linkedRecordIdstringYesID of the associated linked record
syncDirectionenum(platform_to_channel, channel_to_platform, bidirectional)Yes"platform_to_channel"Sync direction
workspaceIdstringYesID of the associated workspace
configJsonobjectNoConfig json
enabledbooleanYestrueEnabled
visibilityModeenum(global, workspace_local, shared)Yes"workspace_local"Visibility mode

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
externalChannelIdstringNoID of the associated external channel
externalChannelNamestringNoExternal channel name
syncDirectionenum(platform_to_channel, channel_to_platform, bidirectional)No"platform_to_channel"Sync direction
configJsonobjectNoConfig json
enabledbooleanNotrueEnabled

On this page