# email_configs: Freshdesk Email Configurations - Catalog: `Freshdesk` - Schema: `Freshdesk` - Primary Keys: `id` - Label: Email Configurations This is a read-only table. The Freshdesk API may not support changing the data or the Invantive UniversalSQL driver for Freshdesk does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Freshdesk API. ## Table Columns The columns of the table `email_configs` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `active` | `char` | Active | ☐ | | | `created_at` | `datetime` | Created at | ☐ | Date/time at which the record was created. | | `group_id` | `int64` | Group ID | ☐ | | | `id` | `int64` | ID | ☐ | | | `name` | `varchar2` | Name | ☐ | | | `primary_role` | `char` | Primary Role | ☐ | | | `product_id` | `int64` | Product ID | ☐ | | | `reply_mail` | `varchar2` | Reply Email | ☐ | | | `to_mail` | `varchar2` | To Email | ☐ | | | `updated_at` | `datetime` | Updated at | ☐ | Date/time at which the record was last updated. |