Organizations Commands#
Manage organizations in the RecordForm CRM.
Synopsis#
rfctl orgs <command> [flags]Aliases#
organizationsorg
Available Commands#
| Command | Description |
|---|---|
| list | List organizations |
| get | Get an organization by ID |
| overview | Get organization overview with contacts, deals, and activities |
| create | Create a new organization |
| update | Update an organization |
| delete | Delete an organization |
Examples#
# List all organizations
rfctl orgs list
# Search for organizations
rfctl orgs list --search "Acme"
# Get organization details
rfctl orgs get 1
# Get full overview with contacts, deals, activities
rfctl orgs overview 1
# Create a new organization
rfctl orgs create --name "Acme Corp" --domain "acme.com" --industry "Technology"