بنقرة واحدة
filescom-event-channels
An EventChannel is a named grouping of EventSubscriptions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
An EventChannel is a named grouping of EventSubscriptions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Files.com User Additional Email Recipients via files-cli.
A Holiday Calendar defines site-wide holiday dates and optional partial-day windows that scheduled resources skip.
A RemoteServerCredential is a way to store a credential for Remote Servers in a centralized vault and then reference it from Remote Server definitions.
A RemoteServer is a specific type of Behavior called `remote_server_sync`.
Files.com Files via files-cli.
Expectations let your Files.com site define what “correct” file delivery looks like, continuously evaluate whether it happened, and keep history when it did not.
| name | filescom-event-channels |
| description | An EventChannel is a named grouping of EventSubscriptions. |
An EventChannel is a named grouping of EventSubscriptions.
All subcommands also accept the global flags documented in CONTEXT.md (--api-key, --format, --workspace-id, --debug, and the pagination flags --cursor / --per-page / --max-pages on list). Those are not repeated below.
files-cli event-channels listList Event Channels.
| Flag | Type | Description |
|---|---|---|
--sort-by | object | If set, sort records by the specified field in either asc or desc direction. Valid fields are name, enabled, default_channel or workspace_id. |
--filter | object | If set, return records where the specified field is equal to the supplied value. Valid fields are enabled, default_channel or workspace_id. Valid field combinations are [ workspace_id, enabled ] and [ workspace_id, default_channel ]. |
files-cli event-channels findShow Event Channel.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Event Channel ID. Required. |
files-cli event-channels createCreate Event Channel.
| Flag | Type | Description |
|---|---|---|
--name | string | Event Channel name. Required. |
--workspace-id | int64 | Workspace ID. 0 means the default workspace. |
--description | string | Event Channel description. |
--enabled | bool | Whether this Event Channel can dispatch events. |
--default-channel | bool | Whether this Event Channel is the default destination for newly published events. |
files-cli event-channels updateUpdate Event Channel.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Event Channel ID. Required. |
--name | string | Event Channel name. |
--workspace-id | int64 | Workspace ID. 0 means the default workspace. |
--description | string | Event Channel description. |
--enabled | bool | Whether this Event Channel can dispatch events. |
--default-channel | bool | Whether this Event Channel is the default destination for newly published events. |
files-cli event-channels deleteDelete Event Channel.
| Flag | Type | Description |
|---|---|---|
--id | int64 | Event Channel ID. Required. |