INPUT_OBJECT
CreateTextMessageConversationInput
link GraphQL Schema definition
- input CreateTextMessageConversationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the sender phone.
- : ID!
- # Id of the matched account.
- : ID
- # Id of the matched contact.
- : ID
- # External phone number of the conversation recipient. Cannot be changed once the
- # conversation has started.
- : String
- # Revision when entity was lastly changed.
- : Int
- # Messages exchanged in the conversation, ordered by send time.
- : [CreateTextMessageNoTextMessageConversationBackrefInput!]
- # Accounts linked to this conversation.
- : [CreateTextMessageConversationRelationsNoTextMessageConversationBackrefInput!]
- # Contacts linked to this conversation.
- : [CreateTextMessageConversationRelationsNoTextMessageConversationBackrefInput!]
- # Projects linked to this conversation.
- : [CreateTextMessageConversationRelationsNoTextMessageConversationBackrefInput!]
- # Leads linked to this conversation.
- : [CreateTextMessageConversationRelationsNoTextMessageConversationBackrefInput!]
- # Opportunities linked to this conversation.
- : [CreateTextMessageConversationRelationsNoTextMessageConversationBackrefInput!]
- # Quotes linked to this conversation.
- : [CreateTextMessageConversationRelationsNoTextMessageConversationBackrefInput!]
- }