# `smallforce integrations events`

Discover and configure connected-account events

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce integrations events --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce integrations events list`](/docs/cli/commands/integrations/events/list): List available events for one connected account
- [`smallforce integrations events get`](/docs/cli/commands/integrations/events/get): Get one event and its current rule, config, and payload shape
- [`smallforce integrations events enable`](/docs/cli/commands/integrations/events/enable): Enable incoming events for one connected account
- [`smallforce integrations events disable`](/docs/cli/commands/integrations/events/disable): Disable incoming events for one connected account
- [`smallforce integrations events configure`](/docs/cli/commands/integrations/events/configure): Create or update a rule for one connected-account event
- [`smallforce integrations events rules`](/docs/cli/commands/integrations/events/rules): Enable, disable, or delete existing event rules

## Complete command help

```text
Usage: smallforce integrations events [options] [command]

Discover and configure connected-account events

Options:
  -h, --help                       display help for command

Commands:
  list [options]                   List available events for one connected account
  get [options] <eventSlug>        Get one event and its current rule, config, and payload shape
  enable [options]                 Enable incoming events for one connected account
  disable [options]                Disable incoming events for one connected account
  configure [options] [eventSlug]  Create or update a rule for one connected-account event
  rules                            Enable, disable, or delete existing event rules
  help [command]                   display help for command
```

## Related reference

- [`smallforce integrations`](/docs/cli/commands/integrations): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
