1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

34 lines
778 B
Markdown
Raw Normal View History

2021-10-18 16:20:31 -04:00
# Contacts
2022-08-12 16:19:34 -04:00
A contact represents an individual or group that has been associated with an object in NetBox for administrative reasons. For example, you might assign one or more operational contacts to each site.
## Fields
### Group
The [contact group](./contactgroup.md) to which this contact is assigned (if any).
### Name
The name of the contact. This may be an individual or a team/department. (This is the only required contact detail; all others are optional.)
### Title
The contact's title or role.
### Phone
The contact's phone number. (Note that NetBox does _not_ enforce a particular numbering format.)
### Email
The contact's email address.
### Address
The contact's physical or mailing address.
### Link
A URL to reach the contact via some other means.