Organization Integrations
The organization_integrations table contains data about Action Network integrations created in the organization.
This table can be used to determine which Action Network integrations exist, as well as metadata about the integration such as when it was created.
Columns
| Column Name | Description | Type | Nullable |
|---|---|---|---|
| id | The numerical identifier of the object. | INT8 | No |
| service_name | The name of the integrated service. Always Action Network. |
VARCHAR | No |
| settings | A hash of settings related to this integration. | HSTORE | No |
| created_at | The UTC timestamp when this object was created. | TIMESTAMP | No |
| updated_at | The UTC timestamp when this object was updated. | TIMESTAMP | No |