docs/EmailCampaign.md in ultracart_api-4.0.58.rc vs docs/EmailCampaign.md in ultracart_api-4.0.59.rc

- old
+ new

@@ -23,10 +23,12 @@ | **prevent_sending_due_to_spam** | **Boolean** | True if this campaign is prevented from sending at this time due to spam complaints. | [optional] | | **revenue_formatted** | **String** | Revenue associated with campaign | [optional] | | **revenue_per_customer_formatted** | **String** | Revenue per customer associated with campaign | [optional] | | **scheduled_dts** | **String** | Scheduled date | [optional] | | **screenshot_large_full_url** | **String** | URL to a large full length screenshot | [optional] | +| **sms_esp_twilio_uuid** | **String** | Twilio Account UUID. Null for none | [optional] | +| **sms_phone_number** | **String** | Twilio SMS Phone Number. Null for none | [optional] | | **status** | **String** | Status of the campaign of draft, archived, and sent | [optional] | | **status_dts** | **String** | Timestamp when the last status change happened | [optional] | | **storefront_oid** | **Integer** | Storefront oid | [optional] | ## Example @@ -54,9 +56,11 @@ prevent_sending_due_to_spam: null, revenue_formatted: null, revenue_per_customer_formatted: null, scheduled_dts: null, screenshot_large_full_url: null, + sms_esp_twilio_uuid: null, + sms_phone_number: null, status: null, status_dts: null, storefront_oid: null ) ```