CreateContactResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Create or update a contact
public class CreateContactResponse
type CreateContactResponse = class
Public Class CreateContactResponse
- Inheritance
-
CreateContactResponse
Constructors
| Name | Description |
|---|---|
| CreateContactResponse() | |
Properties
| Name | Description |
|---|---|
| ContactTags |
Array of guids referring to tags attached to this contact. |
| CustomFields |
Array of custom field ids and values defined for this contact. |
| DateCreatedUtc |
Timestamp of when ths contact was created. |
| DisplayName |
Full name of this contact. This is the default name displayed in the web app when viewing contacts. |
| FirstContactUtc |
Timestamp of when the first message was sent to this contact. |
| FirstName |
First name of this contact. |
| Groups |
Array of integer ids referring to groups this contact belongs to. |
| IsArchived |
Whether the conversation with this contact are archived, and therefore cannot be seen when querying conversations (by default). |
| IsBlocked |
Whether the conversation with this contact are blocked, and therefore not received or stored. |
| IsResolved |
Whether the conversation with this contact is resolved. Any new texts received by this contact will set this false. |
| IsSuppressed |
Whether the conversation with this contact are suppressed, and therefore not pushed to the top of the message queue when received. |
| LastContactDateUtc |
Timestamp of when the last message was sent or received from this contact. |
| LastMessage |
Last message sent to or from this contact. |
| LastMsgReceivedUtc |
Timestamp of when the last message was received from this contact. |
| LastMsgSentUtc |
Timestamp of when the last message was sent to this contact. |
| LastName |
Last name of this contact. |
| Note |
Short phrase describing contact. Used for convenience. This is never shown to the contact. |
| OptedOutUtc |
Timestamp of when this contact opted out to receiving messages. |
| PhoneNumber |
Phone number of this contact. |
| ResponseCount |
Total number of response messages from the contact. |
| SuppressedReason |
Phrase describing the reason for suppressing contact. If is_suppressed is false, this will be null. |
| TotalMsgsReceived |
The number of total messages received from this contact. |
| TotalMsgsSent |
The number of total messages sent to this contact. |