Sha256: 13d35035180108e92b90f15b8df3245a324d33e49a4b69147bac520fc423c844
Contents?: true
Size: 959 Bytes
Versions: 2
Compression:
Stored size: 959 Bytes
Contents
# FattureInCloud_Ruby_Sdk::EmailSchedule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **sender_id** | **Integer** | Sender id. Required if `sender_email` is not specified | [optional] | | **sender_email** | **String** | Sender email. Required if `sender_id` is not specified | [optional] | | **recipient_email** | **String** | One or more comma separated recipient emails | [optional] | | **subject** | **String** | Email subject | [optional] | | **body** | **String** | Email body [HTML Escaped] [max size 50KiB] | [optional] | | **include** | [**EmailScheduleInclude**](EmailScheduleInclude.md) | | [optional] | | **attach_pdf** | **Boolean** | If set to true, documents will be sent as PDF attachments too | [optional] | | **send_copy** | **Boolean** | If set to true, a copy of the email will be sent to the `cc_email` specified by `Get email data` | [optional] |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fattureincloud_ruby_sdk-2.0.16 | docs/EmailSchedule.md |
fattureincloud_ruby_sdk-2.0.15 | docs/EmailSchedule.md |