docs/CreateEmailCampaign.md in sib-api-v3-sdk-5.2.4 vs docs/CreateEmailCampaign.md in sib-api-v3-sdk-5.2.5

- old
+ new

@@ -6,10 +6,10 @@ **tag** | **String** | Tag of the campaign | [optional] **sender** | [**CreateEmailCampaignSender**](CreateEmailCampaignSender.md) | | **name** | **String** | Name of the campaign | **html_content** | **String** | Mandatory if htmlUrl and templateId are empty. Body of the message (HTML) | [optional] **html_url** | **String** | Mandatory if htmlContent and templateId are empty. Url to the message (HTML) | [optional] -**template_id** | **Integer** | Mandatory if htmlContent and htmlUrl are empty. Id of the SMTP template with status 'active'. Used to copy only its content fetched from htmlContent/htmlUrl to an email campaign for RSS feature. | [optional] +**template_id** | **Integer** | Mandatory if htmlContent and htmlUrl are empty. Id of the transactional email template with status 'active'. Used to copy only its content fetched from htmlContent/htmlUrl to an email campaign for RSS feature. | [optional] **scheduled_at** | **DateTime** | Sending UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. If sendAtBestTime is set to true, your campaign will be sent according to the date passed (ignoring the time part). | [optional] **subject** | **String** | Subject of the campaign. Mandatory if abTesting is false. Ignored if abTesting is true. | [optional] **reply_to** | **String** | Email on which the campaign recipients will be able to reply to | [optional] **to_field** | **String** | To personalize the «To» Field. If you want to include the first name and last name of your recipient, add {FNAME} {LNAME}. These contact attributes must already exist in your SendinBlue account. If input parameter 'params' used please use {{contact.FNAME}} {{contact.LNAME}} for personalization | [optional] **recipients** | [**CreateEmailCampaignRecipients**](CreateEmailCampaignRecipients.md) | | [optional]