docs/SendTransacSms.md in sib-api-v3-sdk-2.0.1 vs docs/SendTransacSms.md in sib-api-v3-sdk-2.1.0
- old
+ new
@@ -4,9 +4,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sender** | **String** | Name of the sender. Only alphanumeric characters. No more than 11 characters |
**recipient** | **String** | Mobile number to send SMS with the country code |
**content** | **String** | Content of the message. If more than 160 characters long, multiple text messages will be sent |
+**type** | **String** | Type of the SMS | [optional] [default to "transactional"]
**tag** | **String** | Tag of the message | [optional]
**web_url** | **String** | Webhook to call for each event triggered by the message (delivered etc.) | [optional]