INPUT_OBJECT

CreateOrUpdatePhoneInput

link GraphQL Schema definition

  • input CreateOrUpdatePhoneInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: 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.
  • errorCode: Int
  • # Name of the entity and its default text representation.
  • name: String
  • # Id of the assigned user, or empty when the phone is a company-level resource.
  • ownerId: ID
  • # Phone number in E.164 format (e.g. "+12025550123").
  • phoneNumber: String
  • # External caller identifier from the calling provider (e.g. Twilio caller SID).
  • twilioCallerSid: String
  • # Field whose values are strictly defined with an enumeration of values.
  • type: PhoneTypeEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • # False when the user has disabled the calling/SMS integration on this phone
  • # (error_code is set to indicate user disablement); true otherwise.
  • enabled: Boolean
  • }

link Require by