Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.44 KB

File metadata and controls

22 lines (18 loc) · 1.44 KB

EmailSubscription

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str { "description" : "ID of the email provider.", "verbs":["GET"] } [optional]
organization_id str { "description" : "ID of the organization associated with the email provider.", "verbs":["POST","PUT","GET"] }
type str [optional]
state str
_from str
bcc str [optional]
cc str [optional]
subject_template str [optional]
send_to_customer bool [optional] [default to False]
attach_invoice bool [optional] [default to False]

[Back to Model list] [Back to API list] [Back to README]