INPUT_OBJECT
CreateOrUpdatePhoneInput
link GraphQL Schema definition
- input CreateOrUpdatePhoneInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # 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
- # False when the user has disabled the calling/SMS integration on this phone
- # (error_code is set to indicate user disablement); true otherwise.
- : Boolean
- }