Adding users to channels
You can add users to channels either by calling a FileMaker script in the Helper File, or by calling a REST API endpoint of your BetterForms domain.
The Channel Object
key
description
// example Channel Object
{
"name": "channel1",
"mode": "listen"
}Channel Modes
Mode
Scope
Description
Adding users using a FileMaker Script
Example Script Parameters
API: Add User to Channel
Headers
Name
Type
Description
Request Body
Name
Type
Description
Joining Anonymous Channels
channelJoinAnonLast updated
Was this helpful?