OBJECT
PhoneEntity
link GraphQL Schema definition
- type PhoneEntity {
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # User the phone is assigned to, when the phone belongs to a specific user
- # (personal calling/SMS line).
- : ClientEntity
- # Error code recorded for the phone, set on integration failures (e.g. provider
- # rejected the last send) or when the user disables the integration; empty when
- # the phone is healthy.
- : Int
- # Name of the entity and its default text representation.
- : String!
- # Id of the assigned user, or empty when the phone is a company-level resource.
- : ID
- # Phone number in E.164 format (e.g. "+12025550123").
- : String
- # External caller identifier from the calling provider (e.g. Twilio caller SID).
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : PhoneTypeEnum!
- # Revision when entity was lastly changed.
- : Int
- # Email address that incoming text messages to this phone are forwarded to. Empty
- # when forwarding is not configured.
- : String
- # Phone number that incoming calls/SMS to this phone are forwarded to. Empty when
- # forwarding is not configured.
- : String
- # False when the user has disabled the calling/SMS integration on this phone
- # (error_code is set to indicate user disablement); true otherwise.
- : Boolean!
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- }
link Require by
- AllowedCompanyPhoneEntitynull
- CreatePhonePayloadnull
- DeleteMessagingPhonePayloadnull
- DeletePhonePayloadnull
- DisableMessagingPhonePayloadnull
- EnableMessagingPhonePayloadnull
- PhoneEntityEdgeA Relay edge containing a `PhoneEntity` and its cursor.
- PhoneRepositorynull
- PurchasePhonePayloadnull
- SyncFromCpPhonePayloadnull
- TextMessageConversationEntitynull
- UpdateMessagingPhonePayloadnull
- UpdatePhonePayloadnull