smooch-api 2.9.0 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/docs/Integration.md +3 -0
- data/docs/IntegrationCreate.md +3 -0
- data/docs/IntegrationUpdate.md +3 -0
- data/lib/smooch-api.rb +1 -1
- data/lib/smooch-api/api/app_api.rb +1 -1
- data/lib/smooch-api/api/app_user_api.rb +1 -1
- data/lib/smooch-api/api/attachments_api.rb +1 -1
- data/lib/smooch-api/api/conversation_api.rb +1 -1
- data/lib/smooch-api/api/integration_api.rb +1 -1
- data/lib/smooch-api/api/menu_api.rb +1 -1
- data/lib/smooch-api/api/service_account_api.rb +1 -1
- data/lib/smooch-api/api/webhook_api.rb +1 -1
- data/lib/smooch-api/api_client.rb +1 -1
- data/lib/smooch-api/api_error.rb +1 -1
- data/lib/smooch-api/configuration.rb +1 -1
- data/lib/smooch-api/models/action.rb +1 -1
- data/lib/smooch-api/models/app.rb +1 -1
- data/lib/smooch-api/models/app_create.rb +1 -1
- data/lib/smooch-api/models/app_response.rb +1 -1
- data/lib/smooch-api/models/app_settings.rb +1 -1
- data/lib/smooch-api/models/app_update.rb +1 -1
- data/lib/smooch-api/models/app_user.rb +1 -1
- data/lib/smooch-api/models/app_user_business_systems_response.rb +1 -1
- data/lib/smooch-api/models/app_user_channels_response.rb +1 -1
- data/lib/smooch-api/models/app_user_link.rb +1 -1
- data/lib/smooch-api/models/app_user_pre_create.rb +1 -1
- data/lib/smooch-api/models/app_user_response.rb +1 -1
- data/lib/smooch-api/models/app_user_update.rb +1 -1
- data/lib/smooch-api/models/attachment_response.rb +1 -1
- data/lib/smooch-api/models/auth_code_response.rb +1 -1
- data/lib/smooch-api/models/business_system_item.rb +1 -1
- data/lib/smooch-api/models/channel_entity_item.rb +1 -1
- data/lib/smooch-api/models/client.rb +1 -1
- data/lib/smooch-api/models/client_info.rb +1 -1
- data/lib/smooch-api/models/confirmation.rb +1 -1
- data/lib/smooch-api/models/conversation.rb +1 -1
- data/lib/smooch-api/models/destination.rb +1 -1
- data/lib/smooch-api/models/display_settings.rb +1 -1
- data/lib/smooch-api/models/get_messages_response.rb +1 -1
- data/lib/smooch-api/models/integration.rb +35 -5
- data/lib/smooch-api/models/integration_create.rb +35 -5
- data/lib/smooch-api/models/integration_response.rb +1 -1
- data/lib/smooch-api/models/integration_update.rb +35 -5
- data/lib/smooch-api/models/jwt_response.rb +1 -1
- data/lib/smooch-api/models/link_request_response.rb +1 -1
- data/lib/smooch-api/models/link_request_response_link_requests.rb +1 -1
- data/lib/smooch-api/models/list_apps_response.rb +1 -1
- data/lib/smooch-api/models/list_integrations_response.rb +1 -1
- data/lib/smooch-api/models/list_secret_keys_response.rb +1 -1
- data/lib/smooch-api/models/list_service_accounts_response.rb +1 -1
- data/lib/smooch-api/models/list_webhooks_response.rb +1 -1
- data/lib/smooch-api/models/menu.rb +1 -1
- data/lib/smooch-api/models/menu_item.rb +1 -1
- data/lib/smooch-api/models/menu_response.rb +1 -1
- data/lib/smooch-api/models/message.rb +1 -1
- data/lib/smooch-api/models/message_item.rb +1 -1
- data/lib/smooch-api/models/message_post.rb +1 -1
- data/lib/smooch-api/models/message_response.rb +1 -1
- data/lib/smooch-api/models/secret_key.rb +1 -1
- data/lib/smooch-api/models/secret_key_create.rb +1 -1
- data/lib/smooch-api/models/secret_key_response.rb +1 -1
- data/lib/smooch-api/models/service_account.rb +1 -1
- data/lib/smooch-api/models/service_account_create.rb +1 -1
- data/lib/smooch-api/models/service_account_response.rb +1 -1
- data/lib/smooch-api/models/service_account_update.rb +1 -1
- data/lib/smooch-api/models/source.rb +1 -1
- data/lib/smooch-api/models/typing_activity_trigger.rb +1 -1
- data/lib/smooch-api/models/webhook.rb +1 -1
- data/lib/smooch-api/models/webhook_create.rb +1 -1
- data/lib/smooch-api/models/webhook_response.rb +1 -1
- data/lib/smooch-api/models/webhook_update.rb +1 -1
- data/lib/smooch-api/version.rb +2 -2
- data/smooch-api.gemspec +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +2 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -96,6 +96,12 @@ module SmoochApi
|
|
96
96
|
# With the button style Web Messenger, you have the option of selecting your own button icon. (Optional) Used for *Web Messenger* integrations.
|
97
97
|
attr_accessor :button_icon_url
|
98
98
|
|
99
|
+
# With the button style Web Messenger, you have the option of specifying its width. (Optional) Used for *Web Messenger* integrations.
|
100
|
+
attr_accessor :button_width
|
101
|
+
|
102
|
+
# With the button style Web Messenger, you have the option of specifying its height. (Optional) Used for *Web Messenger* integrations.
|
103
|
+
attr_accessor :button_height
|
104
|
+
|
99
105
|
# A custom business name for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
|
100
106
|
attr_accessor :integration_order
|
101
107
|
|
@@ -105,6 +111,9 @@ module SmoochApi
|
|
105
111
|
# A custom business icon url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
|
106
112
|
attr_accessor :business_icon_url
|
107
113
|
|
114
|
+
# A custom background url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
|
115
|
+
attr_accessor :background_image_url
|
116
|
+
|
108
117
|
|
109
118
|
# Attribute mapping from ruby-style variable name to JSON key.
|
110
119
|
def self.attribute_map
|
@@ -136,9 +145,12 @@ module SmoochApi
|
|
136
145
|
:'action_color' => :'actionColor',
|
137
146
|
:'display_style' => :'displayStyle',
|
138
147
|
:'button_icon_url' => :'buttonIconUrl',
|
148
|
+
:'button_width' => :'buttonWidth',
|
149
|
+
:'button_height' => :'buttonHeight',
|
139
150
|
:'integration_order' => :'integrationOrder',
|
140
151
|
:'business_name' => :'businessName',
|
141
|
-
:'business_icon_url' => :'businessIconUrl'
|
152
|
+
:'business_icon_url' => :'businessIconUrl',
|
153
|
+
:'background_image_url' => :'backgroundImageUrl'
|
142
154
|
}
|
143
155
|
end
|
144
156
|
|
@@ -172,9 +184,12 @@ module SmoochApi
|
|
172
184
|
:'action_color' => :'String',
|
173
185
|
:'display_style' => :'String',
|
174
186
|
:'button_icon_url' => :'String',
|
187
|
+
:'button_width' => :'String',
|
188
|
+
:'button_height' => :'String',
|
175
189
|
:'integration_order' => :'Array<String>',
|
176
190
|
:'business_name' => :'String',
|
177
|
-
:'business_icon_url' => :'String'
|
191
|
+
:'business_icon_url' => :'String',
|
192
|
+
:'background_image_url' => :'String'
|
178
193
|
}
|
179
194
|
end
|
180
195
|
|
@@ -294,6 +309,14 @@ module SmoochApi
|
|
294
309
|
self.button_icon_url = attributes[:'buttonIconUrl']
|
295
310
|
end
|
296
311
|
|
312
|
+
if attributes.has_key?(:'buttonWidth')
|
313
|
+
self.button_width = attributes[:'buttonWidth']
|
314
|
+
end
|
315
|
+
|
316
|
+
if attributes.has_key?(:'buttonHeight')
|
317
|
+
self.button_height = attributes[:'buttonHeight']
|
318
|
+
end
|
319
|
+
|
297
320
|
if attributes.has_key?(:'integrationOrder')
|
298
321
|
if (value = attributes[:'integrationOrder']).is_a?(Array)
|
299
322
|
self.integration_order = value
|
@@ -308,6 +331,10 @@ module SmoochApi
|
|
308
331
|
self.business_icon_url = attributes[:'businessIconUrl']
|
309
332
|
end
|
310
333
|
|
334
|
+
if attributes.has_key?(:'backgroundImageUrl')
|
335
|
+
self.background_image_url = attributes[:'backgroundImageUrl']
|
336
|
+
end
|
337
|
+
|
311
338
|
end
|
312
339
|
|
313
340
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -360,9 +387,12 @@ module SmoochApi
|
|
360
387
|
action_color == o.action_color &&
|
361
388
|
display_style == o.display_style &&
|
362
389
|
button_icon_url == o.button_icon_url &&
|
390
|
+
button_width == o.button_width &&
|
391
|
+
button_height == o.button_height &&
|
363
392
|
integration_order == o.integration_order &&
|
364
393
|
business_name == o.business_name &&
|
365
|
-
business_icon_url == o.business_icon_url
|
394
|
+
business_icon_url == o.business_icon_url &&
|
395
|
+
background_image_url == o.background_image_url
|
366
396
|
end
|
367
397
|
|
368
398
|
# @see the `==` method
|
@@ -374,7 +404,7 @@ module SmoochApi
|
|
374
404
|
# Calculates hash code according to all attributes.
|
375
405
|
# @return [Fixnum] Hash code
|
376
406
|
def hash
|
377
|
-
[type, page_access_token, app_id, app_secret, account_sid, auth_token, phone_number_sid, token, channel_access_token, encoding_aes_key, from_address, certificate, password, auto_update_badge, server_key, sender_id, consumer_key, consumer_secret, access_token_key, access_token_secret, access_key, originator, brand_color, conversation_color, action_color, display_style, button_icon_url, integration_order, business_name, business_icon_url].hash
|
407
|
+
[type, page_access_token, app_id, app_secret, account_sid, auth_token, phone_number_sid, token, channel_access_token, encoding_aes_key, from_address, certificate, password, auto_update_badge, server_key, sender_id, consumer_key, consumer_secret, access_token_key, access_token_secret, access_key, originator, brand_color, conversation_color, action_color, display_style, button_icon_url, button_width, button_height, integration_order, business_name, business_icon_url, background_image_url].hash
|
378
408
|
end
|
379
409
|
|
380
410
|
# Builds the object from hash
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -30,6 +30,12 @@ module SmoochApi
|
|
30
30
|
# With the button style Web Messenger, you have the option of selecting your own button icon. (Optional) Used for *Web Messenger* integrations.
|
31
31
|
attr_accessor :button_icon_url
|
32
32
|
|
33
|
+
# With the button style Web Messenger, you have the option of specifying its width. (Optional) Used for *Web Messenger* integrations.
|
34
|
+
attr_accessor :button_width
|
35
|
+
|
36
|
+
# With the button style Web Messenger, you have the option of specifying its height. (Optional) Used for *Web Messenger* integrations.
|
37
|
+
attr_accessor :button_height
|
38
|
+
|
33
39
|
# A custom business name for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
|
34
40
|
attr_accessor :integration_order
|
35
41
|
|
@@ -39,6 +45,9 @@ module SmoochApi
|
|
39
45
|
# A custom business icon url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
|
40
46
|
attr_accessor :business_icon_url
|
41
47
|
|
48
|
+
# A custom background url for the Web Messenger. (Optional) Used for *Web Messenger* integrations.
|
49
|
+
attr_accessor :background_image_url
|
50
|
+
|
42
51
|
|
43
52
|
# Attribute mapping from ruby-style variable name to JSON key.
|
44
53
|
def self.attribute_map
|
@@ -48,9 +57,12 @@ module SmoochApi
|
|
48
57
|
:'action_color' => :'actionColor',
|
49
58
|
:'display_style' => :'displayStyle',
|
50
59
|
:'button_icon_url' => :'buttonIconUrl',
|
60
|
+
:'button_width' => :'buttonWidth',
|
61
|
+
:'button_height' => :'buttonHeight',
|
51
62
|
:'integration_order' => :'integrationOrder',
|
52
63
|
:'business_name' => :'businessName',
|
53
|
-
:'business_icon_url' => :'businessIconUrl'
|
64
|
+
:'business_icon_url' => :'businessIconUrl',
|
65
|
+
:'background_image_url' => :'backgroundImageUrl'
|
54
66
|
}
|
55
67
|
end
|
56
68
|
|
@@ -62,9 +74,12 @@ module SmoochApi
|
|
62
74
|
:'action_color' => :'String',
|
63
75
|
:'display_style' => :'String',
|
64
76
|
:'button_icon_url' => :'String',
|
77
|
+
:'button_width' => :'String',
|
78
|
+
:'button_height' => :'String',
|
65
79
|
:'integration_order' => :'Array<String>',
|
66
80
|
:'business_name' => :'String',
|
67
|
-
:'business_icon_url' => :'String'
|
81
|
+
:'business_icon_url' => :'String',
|
82
|
+
:'background_image_url' => :'String'
|
68
83
|
}
|
69
84
|
end
|
70
85
|
|
@@ -96,6 +111,14 @@ module SmoochApi
|
|
96
111
|
self.button_icon_url = attributes[:'buttonIconUrl']
|
97
112
|
end
|
98
113
|
|
114
|
+
if attributes.has_key?(:'buttonWidth')
|
115
|
+
self.button_width = attributes[:'buttonWidth']
|
116
|
+
end
|
117
|
+
|
118
|
+
if attributes.has_key?(:'buttonHeight')
|
119
|
+
self.button_height = attributes[:'buttonHeight']
|
120
|
+
end
|
121
|
+
|
99
122
|
if attributes.has_key?(:'integrationOrder')
|
100
123
|
if (value = attributes[:'integrationOrder']).is_a?(Array)
|
101
124
|
self.integration_order = value
|
@@ -110,6 +133,10 @@ module SmoochApi
|
|
110
133
|
self.business_icon_url = attributes[:'businessIconUrl']
|
111
134
|
end
|
112
135
|
|
136
|
+
if attributes.has_key?(:'backgroundImageUrl')
|
137
|
+
self.background_image_url = attributes[:'backgroundImageUrl']
|
138
|
+
end
|
139
|
+
|
113
140
|
end
|
114
141
|
|
115
142
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -135,9 +162,12 @@ module SmoochApi
|
|
135
162
|
action_color == o.action_color &&
|
136
163
|
display_style == o.display_style &&
|
137
164
|
button_icon_url == o.button_icon_url &&
|
165
|
+
button_width == o.button_width &&
|
166
|
+
button_height == o.button_height &&
|
138
167
|
integration_order == o.integration_order &&
|
139
168
|
business_name == o.business_name &&
|
140
|
-
business_icon_url == o.business_icon_url
|
169
|
+
business_icon_url == o.business_icon_url &&
|
170
|
+
background_image_url == o.background_image_url
|
141
171
|
end
|
142
172
|
|
143
173
|
# @see the `==` method
|
@@ -149,7 +179,7 @@ module SmoochApi
|
|
149
179
|
# Calculates hash code according to all attributes.
|
150
180
|
# @return [Fixnum] Hash code
|
151
181
|
def hash
|
152
|
-
[brand_color, conversation_color, action_color, display_style, button_icon_url, integration_order, business_name, business_icon_url].hash
|
182
|
+
[brand_color, conversation_color, action_color, display_style, button_icon_url, button_width, button_height, integration_order, business_name, business_icon_url, background_image_url].hash
|
153
183
|
end
|
154
184
|
|
155
185
|
# Builds the object from hash
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#The Smooch API is a unified interface for powering messaging in your customer experiences across every channel. Our API speeds access to new markets, reduces time to ship, eliminates complexity, and helps you build the best experiences for your customers. For more information, visit our [official documentation](https://docs.smooch.io).
|
5
5
|
|
6
|
-
OpenAPI spec version: 2.
|
6
|
+
OpenAPI spec version: 2.11
|
7
7
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 2.2.3-SNAPSHOT
|