OBJECT
Project
link GraphQL Schema definition
- type Project {
- # Project unique id
- : LegacyId!
- # Project url
- : String
- # Project settings
- : ProjectSettings
- # Link settings
- : LinkSettings
- # Offer settings
- : OfferSettings
- # Answers assistance settings
- : AnswersAssistanceSettings
- # Notification settings
- : NotificationSettings
- # Mirroring settings
- : MirroringSettings
- # Community settings
- : CommunitySettings
- # Project identifier used in the desk stateboxes
- : String
- # Project currency
- : Currency
- # Project name
- : String!
- # Tags settings
- : ConversationTagSettings
- # Get list of fonts available for notification and chatbox
- #
- # Arguments
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # first: Returns the first n elements from the list.
- # last: Returns the last n elements from the list.
- (: String, : String, : Int, : Int): MessengerFontConnection
- }
link Require by
- ConnectorVersionInstallationConnectorVersionInstallation
- Conversationnull
- ConversationTagnull
- ProjectEdgeAn edge in a connection.
- Querynull
- RoutingGroupThanks to the routing groups, you can organise your teams in a flexible way by grouping your agents according to their role (agent, supervisor or administrator), group (i.e: contact centre) or skills (i.e: mobile, photography). A routing group is given a name and a set of segments defining which agents to include in the group.
- SatisfactionConversationnull
- TransactionA transaction such as a purchase
- UserProjectEdgeAn edge in a connection.
- VisitorA visitor is a user who has participated at least once in an iAdvize conversation from his browser, a mobile application or one of the third-party channels supported by iAdvize.