Versions in this module Expand all Collapse all v0 v0.2.3 May 5, 2026 Changes in this version type Tag + func (t *Tag) UnmarshalJSON(data []byte) error v0.2.2 May 5, 2026 v0.2.1 May 5, 2026 v0.2.0 Mar 6, 2026 v0.1.1 Mar 4, 2026 v0.1.0 Mar 3, 2026 Changes in this version + type Address struct + City string + Country string + Lines []string + State string + Zip string + type Attachment struct + FileName string + ID int + MimeType string + Size int64 + type AttachmentCreate struct + Data string + FileName string + MimeType string + type Conversation struct + AssignTo int + Assignee *Person + BCC []string + CC []string + ClosedAt string + CreatedAt string + CustomFields []ConversationField + ID int + MailboxID int + ModifiedAt string + Number int + Preview string + PrimaryCustomer Person + Source struct{ ... } + State string + Status string + Subject string + Tags []Tag + Threads []Thread + Type string + type ConversationCreate struct + AssignTo int + AutoReply *bool + CreatedAt string + Customer Person + Fields []ConversationField + Imported *bool + MailboxID int + Status string + Subject string + Tags []string + Threads []ThreadCreate + Type string + type ConversationField struct + ID int + Value string + type Customer struct + CreatedAt string + Email string + Emails []Email + FirstName string + ID int + LastName string + ModifiedAt string + Phone string + PhotoType string + PhotoURL string + type CustomerCreate struct + Emails []Email + FirstName string + LastName string + Phone string + type CustomerUpdate struct + FirstName string + LastName string + Phone string + type DocsPageInfo struct + Count int + Page int + Pages int + type Email struct + Type string + Value string + type Mailbox struct + CreatedAt string + Email string + ID int + ModifiedAt string + Name string + Slug string + type NoteBody struct + Attachments []int + Status string + Text string + User int + type Organization struct + Domain string + ID int + Name string + type OrganizationProperty struct + ID int + Name string + Type string + type PageInfo struct + Number int + Size int + TotalElements int + TotalPages int + type Person struct + Email string + First string + ID int + Last string + Type string + type Property struct + ID int + Name string + Type string + type Rating struct + Comments string + ID int + Rating string + type ReplyBody struct + Attachments []int + BCC []Person + CC []Person + CreatedAt string + Customer Person + Draft *bool + Imported *bool + Status string + Text string + To []Person + Type string + User int + type SavedReply struct + CreatedAt string + ID int + IsPrivate bool + MailboxID int + Name string + Subject string + Text string + UpdatedAt string + type Tag struct + Color string + ID int + Name string + Slug string + type Team struct + ID int + Name string + type Thread struct + Action struct{ ... } + Attachments []Attachment + Body string + CreatedAt string + CreatedBy Person + ID int + Source struct{ ... } + State string + Status string + Type string + type ThreadCreate struct + Customer Person + Text string + Type string + type ThreadCreateBody struct + Attachments []int + CreatedAt string + Customer *Person + Imported *bool + Text string + type User struct + CreatedAt string + Email string + FirstName string + ID int + LastName string + ModifiedAt string + PhotoURL string + Role string + Type string + type Webhook struct + CreatedAt string + Events []string + ID int + Label string + MailboxIDs []int + Notification bool + PayloadVersion string + Secret string + State string + URL string + type WebhookCreate struct + Events []string + Label string + MailboxIDs []int + Notification *bool + PayloadVersion string + Secret string + URL string + type WebhookUpdate struct + Events []string + Label string + MailboxIDs []int + Notification *bool + PayloadVersion string + Secret string + URL string + type Workflow struct + CreatedAt string + ID int + MailboxID int + ModifiedAt string + Name string + Order int + Status string + Type string