CreateInboxEmailInput
Autogenerated input type of CreateInboxEmail
Input Fields : Object | Description |
---|---|
clientMutationId: String | A unique identifier for the client performing the mutation. |
card_id: ID | The card ID |
from: String | The sender email address |
subject: String | The email subject |
to: [ID] | The email destination addresses |
bcc: [String] | The BCC (Blind Carbon Copy) email addresses |
cc: [String] | The CC (Carbon Copy) email addresses |
emailAttachments: [EmailAttachmentInput] | The email attachments |
html: String | The email HTML |
repo_id: ID | The Repo ID |
state: String | The Inbox Email state Valid options: - 0: Pending - 1: Processing - 2: Processed - 3: Failed |
text: String | The email text |
user_id: ID | The email creator ID |
main_to: String | ARGUMENT IS DEPRECATED! |
fromName: String | The sender name |
from_name: String | The sender name - deprecated |