sib-api-v3-sdk 2.0.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/docs/AttributesApi.md +2 -2
  4. data/docs/ContactsApi.md +32 -32
  5. data/docs/CreateEmailCampaign.md +1 -1
  6. data/docs/CreateSmsCampaign.md +1 -1
  7. data/docs/{CreaUpdateFolder.md → CreateUpdateFolder.md} +1 -1
  8. data/docs/EmailCampaignsApi.md +16 -16
  9. data/docs/FoldersApi.md +16 -16
  10. data/docs/GetAccountPlan.md +2 -0
  11. data/docs/GetCampaignOverview.md +1 -1
  12. data/docs/GetContactCampaignStatsOpened.md +1 -1
  13. data/docs/GetContactDetails.md +1 -1
  14. data/docs/GetEmailCampaign.md +3 -3
  15. data/docs/GetEmailEventReportEvents.md +4 -4
  16. data/docs/GetExtendedCampaignOverview.md +3 -3
  17. data/docs/GetExtendedContactDetails.md +1 -1
  18. data/docs/GetExtendedContactDetailsStatisticsLinks.md +1 -1
  19. data/docs/GetExtendedContactDetailsStatisticsMessagesSent.md +1 -1
  20. data/docs/GetExtendedContactDetailsStatisticsOpened.md +1 -1
  21. data/docs/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md +1 -1
  22. data/docs/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md +1 -1
  23. data/docs/GetExtendedList.md +1 -1
  24. data/docs/GetSmsCampaign.md +3 -3
  25. data/docs/GetSmsCampaignOverview.md +3 -3
  26. data/docs/GetSmsEventReportEvents.md +2 -2
  27. data/docs/GetSmtpTemplateOverview.md +2 -2
  28. data/docs/GetWebhook.md +2 -2
  29. data/docs/ListsApi.md +16 -16
  30. data/docs/ProcessApi.md +2 -2
  31. data/docs/ResellerApi.md +7 -7
  32. data/docs/SMSCampaignsApi.md +16 -16
  33. data/docs/SMTPApi.md +10 -10
  34. data/docs/SendTransacSms.md +1 -0
  35. data/docs/SendersApi.md +6 -6
  36. data/docs/UpdateEmailCampaign.md +1 -1
  37. data/docs/UpdateSmsCampaign.md +1 -1
  38. data/docs/WebhooksApi.md +6 -6
  39. data/lib/sib-api-v3-sdk.rb +1 -1
  40. data/lib/sib-api-v3-sdk/api/contacts_api.rb +20 -24
  41. data/lib/sib-api-v3-sdk/api/folders_api.rb +18 -18
  42. data/lib/sib-api-v3-sdk/api/lists_api.rb +2 -6
  43. data/lib/sib-api-v3-sdk/api/smtp_api.rb +2 -2
  44. data/lib/sib-api-v3-sdk/models/create_email_campaign.rb +2 -18
  45. data/lib/sib-api-v3-sdk/models/create_sms_campaign.rb +2 -18
  46. data/lib/sib-api-v3-sdk/models/{crea_update_folder.rb → create_update_folder.rb} +1 -1
  47. data/lib/sib-api-v3-sdk/models/get_account_plan.rb +24 -4
  48. data/lib/sib-api-v3-sdk/models/get_campaign_overview.rb +2 -18
  49. data/lib/sib-api-v3-sdk/models/get_contact_campaign_stats_opened.rb +1 -20
  50. data/lib/sib-api-v3-sdk/models/get_contact_details.rb +2 -21
  51. data/lib/sib-api-v3-sdk/models/get_email_campaign.rb +6 -60
  52. data/lib/sib-api-v3-sdk/models/get_email_event_report_events.rb +4 -4
  53. data/lib/sib-api-v3-sdk/models/get_extended_campaign_overview.rb +6 -60
  54. data/lib/sib-api-v3-sdk/models/get_extended_contact_details.rb +2 -21
  55. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_links.rb +1 -20
  56. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_messages_sent.rb +1 -20
  57. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_opened.rb +1 -20
  58. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions_admin_unsubscription.rb +1 -20
  59. data/lib/sib-api-v3-sdk/models/get_extended_contact_details_statistics_unsubscriptions_user_unsubscription.rb +1 -20
  60. data/lib/sib-api-v3-sdk/models/get_extended_list.rb +2 -21
  61. data/lib/sib-api-v3-sdk/models/get_sms_campaign.rb +6 -63
  62. data/lib/sib-api-v3-sdk/models/get_sms_campaign_overview.rb +6 -63
  63. data/lib/sib-api-v3-sdk/models/get_sms_event_report_events.rb +2 -2
  64. data/lib/sib-api-v3-sdk/models/get_smtp_template_overview.rb +4 -42
  65. data/lib/sib-api-v3-sdk/models/get_webhook.rb +4 -42
  66. data/lib/sib-api-v3-sdk/models/send_transac_sms.rb +46 -1
  67. data/lib/sib-api-v3-sdk/models/update_email_campaign.rb +2 -18
  68. data/lib/sib-api-v3-sdk/models/update_sms_campaign.rb +2 -18
  69. data/lib/sib-api-v3-sdk/version.rb +1 -1
  70. data/spec/api/contacts_api_spec.rb +3 -3
  71. data/spec/api/folders_api_spec.rb +2 -2
  72. data/spec/api/lists_api_spec.rb +1 -1
  73. data/spec/api/smtp_api_spec.rb +1 -1
  74. data/spec/models/{crea_update_folder_spec.rb → create_update_folder_spec.rb} +6 -6
  75. data/spec/models/get_account_plan_spec.rb +12 -0
  76. data/spec/models/send_transac_sms_spec.rb +10 -0
  77. metadata +6 -6
data/docs/ProcessApi.md CHANGED
@@ -27,7 +27,7 @@ end
27
27
 
28
28
  api_instance = SibApiV3Sdk::ProcessApi.new
29
29
 
30
- process_id = "process_id_example" # String | Id of the process
30
+ process_id = 789 # Integer | Id of the process
31
31
 
32
32
 
33
33
  begin
@@ -43,7 +43,7 @@ end
43
43
 
44
44
  Name | Type | Description | Notes
45
45
  ------------- | ------------- | ------------- | -------------
46
- **process_id** | **String**| Id of the process |
46
+ **process_id** | **Integer**| Id of the process |
47
47
 
48
48
  ### Return type
49
49
 
data/docs/ResellerApi.md CHANGED
@@ -34,7 +34,7 @@ end
34
34
 
35
35
  api_instance = SibApiV3Sdk::ResellerApi.new
36
36
 
37
- child_id = 56 # Integer | id of reseller's child
37
+ child_id = 789 # Integer | id of reseller's child
38
38
 
39
39
  add_credits = SibApiV3Sdk::AddCredits.new # AddCredits | Values to post to add credit to a specific child account
40
40
 
@@ -89,7 +89,7 @@ end
89
89
 
90
90
  api_instance = SibApiV3Sdk::ResellerApi.new
91
91
 
92
- child_id = 56 # Integer | id of reseller's child
92
+ child_id = 789 # Integer | id of reseller's child
93
93
 
94
94
  ip_id = SibApiV3Sdk::ManageIp.new # ManageIp | IP's id
95
95
 
@@ -196,7 +196,7 @@ end
196
196
 
197
197
  api_instance = SibApiV3Sdk::ResellerApi.new
198
198
 
199
- child_id = 56 # Integer | id of reseller's child
199
+ child_id = 789 # Integer | id of reseller's child
200
200
 
201
201
 
202
202
  begin
@@ -247,7 +247,7 @@ end
247
247
 
248
248
  api_instance = SibApiV3Sdk::ResellerApi.new
249
249
 
250
- child_id = 56 # Integer | id of reseller's child
250
+ child_id = 789 # Integer | id of reseller's child
251
251
 
252
252
  ip_id = SibApiV3Sdk::ManageIp.new # ManageIp | IP's id
253
253
 
@@ -301,7 +301,7 @@ end
301
301
 
302
302
  api_instance = SibApiV3Sdk::ResellerApi.new
303
303
 
304
- child_id = 56 # Integer | id of reseller's child
304
+ child_id = 789 # Integer | id of reseller's child
305
305
 
306
306
 
307
307
  begin
@@ -399,7 +399,7 @@ end
399
399
 
400
400
  api_instance = SibApiV3Sdk::ResellerApi.new
401
401
 
402
- child_id = 56 # Integer | id of reseller's child
402
+ child_id = 789 # Integer | id of reseller's child
403
403
 
404
404
  remove_credits = SibApiV3Sdk::RemoveCredits.new # RemoveCredits | Values to post to remove email or SMS credits from a specific child account
405
405
 
@@ -454,7 +454,7 @@ end
454
454
 
455
455
  api_instance = SibApiV3Sdk::ResellerApi.new
456
456
 
457
- child_id = 56 # Integer | id of reseller's child
457
+ child_id = 789 # Integer | id of reseller's child
458
458
 
459
459
  reseller_child = SibApiV3Sdk::UpdateChild.new # UpdateChild | values to update in child profile
460
460
 
@@ -87,7 +87,7 @@ end
87
87
 
88
88
  api_instance = SibApiV3Sdk::SMSCampaignsApi.new
89
89
 
90
- campaign_id = "campaign_id_example" # String | id of the SMS campaign
90
+ campaign_id = 789 # Integer | id of the SMS campaign
91
91
 
92
92
 
93
93
  begin
@@ -102,7 +102,7 @@ end
102
102
 
103
103
  Name | Type | Description | Notes
104
104
  ------------- | ------------- | ------------- | -------------
105
- **campaign_id** | **String**| id of the SMS campaign |
105
+ **campaign_id** | **Integer**| id of the SMS campaign |
106
106
 
107
107
  ### Return type
108
108
 
@@ -138,7 +138,7 @@ end
138
138
 
139
139
  api_instance = SibApiV3Sdk::SMSCampaignsApi.new
140
140
 
141
- campaign_id = "campaign_id_example" # String | id of the SMS campaign
141
+ campaign_id = 789 # Integer | id of the SMS campaign
142
142
 
143
143
  get_sms_campaign = SibApiV3Sdk::GetSmsCampaign.new # GetSmsCampaign | Values to update an SMS Campaign
144
144
 
@@ -156,7 +156,7 @@ end
156
156
 
157
157
  Name | Type | Description | Notes
158
158
  ------------- | ------------- | ------------- | -------------
159
- **campaign_id** | **String**| id of the SMS campaign |
159
+ **campaign_id** | **Integer**| id of the SMS campaign |
160
160
  **get_sms_campaign** | [**GetSmsCampaign**](GetSmsCampaign.md)| Values to update an SMS Campaign |
161
161
 
162
162
  ### Return type
@@ -252,7 +252,7 @@ end
252
252
 
253
253
  api_instance = SibApiV3Sdk::SMSCampaignsApi.new
254
254
 
255
- campaign_id = "campaign_id_example" # String | id of the campaign
255
+ campaign_id = 789 # Integer | id of the campaign
256
256
 
257
257
  opts = {
258
258
  recipient_export: SibApiV3Sdk::RequestSMSRecipientExport.new # RequestSMSRecipientExport | Values to send for a recipient export request
@@ -271,7 +271,7 @@ end
271
271
 
272
272
  Name | Type | Description | Notes
273
273
  ------------- | ------------- | ------------- | -------------
274
- **campaign_id** | **String**| id of the campaign |
274
+ **campaign_id** | **Integer**| id of the campaign |
275
275
  **recipient_export** | [**RequestSMSRecipientExport**](RequestSMSRecipientExport.md)| Values to send for a recipient export request | [optional]
276
276
 
277
277
  ### Return type
@@ -308,7 +308,7 @@ end
308
308
 
309
309
  api_instance = SibApiV3Sdk::SMSCampaignsApi.new
310
310
 
311
- campaign_id = "campaign_id_example" # String | id of the campaign
311
+ campaign_id = 789 # Integer | id of the campaign
312
312
 
313
313
 
314
314
  begin
@@ -323,7 +323,7 @@ end
323
323
 
324
324
  Name | Type | Description | Notes
325
325
  ------------- | ------------- | ------------- | -------------
326
- **campaign_id** | **String**| id of the campaign |
326
+ **campaign_id** | **Integer**| id of the campaign |
327
327
 
328
328
  ### Return type
329
329
 
@@ -361,7 +361,7 @@ end
361
361
 
362
362
  api_instance = SibApiV3Sdk::SMSCampaignsApi.new
363
363
 
364
- campaign_id = "campaign_id_example" # String | id of the campaign
364
+ campaign_id = 789 # Integer | id of the campaign
365
365
 
366
366
  send_report = SibApiV3Sdk::SendReport.new # SendReport | Values for send a report
367
367
 
@@ -378,7 +378,7 @@ end
378
378
 
379
379
  Name | Type | Description | Notes
380
380
  ------------- | ------------- | ------------- | -------------
381
- **campaign_id** | **String**| id of the campaign |
381
+ **campaign_id** | **Integer**| id of the campaign |
382
382
  **send_report** | [**SendReport**](SendReport.md)| Values for send a report |
383
383
 
384
384
  ### Return type
@@ -415,7 +415,7 @@ end
415
415
 
416
416
  api_instance = SibApiV3Sdk::SMSCampaignsApi.new
417
417
 
418
- campaign_id = "campaign_id_example" # String | Id of the SMS campaign
418
+ campaign_id = 789 # Integer | Id of the SMS campaign
419
419
 
420
420
  send_test_sms = SibApiV3Sdk::SendTestSms.new # SendTestSms | Mobile number to which send the test
421
421
 
@@ -432,7 +432,7 @@ end
432
432
 
433
433
  Name | Type | Description | Notes
434
434
  ------------- | ------------- | ------------- | -------------
435
- **campaign_id** | **String**| Id of the SMS campaign |
435
+ **campaign_id** | **Integer**| Id of the SMS campaign |
436
436
  **send_test_sms** | [**SendTestSms**](SendTestSms.md)| Mobile number to which send the test |
437
437
 
438
438
  ### Return type
@@ -469,7 +469,7 @@ end
469
469
 
470
470
  api_instance = SibApiV3Sdk::SMSCampaignsApi.new
471
471
 
472
- campaign_id = "campaign_id_example" # String | id of the SMS campaign
472
+ campaign_id = 789 # Integer | id of the SMS campaign
473
473
 
474
474
  update_sms_campaign = SibApiV3Sdk::UpdateSmsCampaign.new # UpdateSmsCampaign | Values to update an SMS Campaign
475
475
 
@@ -486,7 +486,7 @@ end
486
486
 
487
487
  Name | Type | Description | Notes
488
488
  ------------- | ------------- | ------------- | -------------
489
- **campaign_id** | **String**| id of the SMS campaign |
489
+ **campaign_id** | **Integer**| id of the SMS campaign |
490
490
  **update_sms_campaign** | [**UpdateSmsCampaign**](UpdateSmsCampaign.md)| Values to update an SMS Campaign |
491
491
 
492
492
  ### Return type
@@ -523,7 +523,7 @@ end
523
523
 
524
524
  api_instance = SibApiV3Sdk::SMSCampaignsApi.new
525
525
 
526
- campaign_id = "campaign_id_example" # String | id of the campaign
526
+ campaign_id = 789 # Integer | id of the campaign
527
527
 
528
528
  status = SibApiV3Sdk::UpdateCampaignStatus.new # UpdateCampaignStatus | Status of the campaign.
529
529
 
@@ -540,7 +540,7 @@ end
540
540
 
541
541
  Name | Type | Description | Notes
542
542
  ------------- | ------------- | ------------- | -------------
543
- **campaign_id** | **String**| id of the campaign |
543
+ **campaign_id** | **Integer**| id of the campaign |
544
544
  **status** | [**UpdateCampaignStatus**](UpdateCampaignStatus.md)| Status of the campaign. |
545
545
 
546
546
  ### Return type
data/docs/SMTPApi.md CHANGED
@@ -211,7 +211,7 @@ opts = {
211
211
  event: "event_example", # String | Filter the report for a specific event type
212
212
  tags: "tags_example", # String | Filter the report for tags (serialized and urlencoded array)
213
213
  message_id: "message_id_example", # String | Filter on a specific message id
214
- template_id: "template_id_example" # String | Filter on a specific template id
214
+ template_id: 789 # Integer | Filter on a specific template id
215
215
  }
216
216
 
217
217
  begin
@@ -236,7 +236,7 @@ Name | Type | Description | Notes
236
236
  **event** | **String**| Filter the report for a specific event type | [optional]
237
237
  **tags** | **String**| Filter the report for tags (serialized and urlencoded array) | [optional]
238
238
  **message_id** | **String**| Filter on a specific message id | [optional]
239
- **template_id** | **String**| Filter on a specific template id | [optional]
239
+ **template_id** | **Integer**| Filter on a specific template id | [optional]
240
240
 
241
241
  ### Return type
242
242
 
@@ -335,7 +335,7 @@ end
335
335
 
336
336
  api_instance = SibApiV3Sdk::SMTPApi.new
337
337
 
338
- template_id = "template_id_example" # String | id of the template
338
+ template_id = 789 # Integer | id of the template
339
339
 
340
340
 
341
341
  begin
@@ -351,7 +351,7 @@ end
351
351
 
352
352
  Name | Type | Description | Notes
353
353
  ------------- | ------------- | ------------- | -------------
354
- **template_id** | **String**| id of the template |
354
+ **template_id** | **Integer**| id of the template |
355
355
 
356
356
  ### Return type
357
357
 
@@ -444,7 +444,7 @@ end
444
444
 
445
445
  api_instance = SibApiV3Sdk::SMTPApi.new
446
446
 
447
- template_id = "template_id_example" # String | Id of the template
447
+ template_id = 789 # Integer | Id of the template
448
448
 
449
449
  send_email = SibApiV3Sdk::SendEmail.new # SendEmail |
450
450
 
@@ -462,7 +462,7 @@ end
462
462
 
463
463
  Name | Type | Description | Notes
464
464
  ------------- | ------------- | ------------- | -------------
465
- **template_id** | **String**| Id of the template |
465
+ **template_id** | **Integer**| Id of the template |
466
466
  **send_email** | [**SendEmail**](SendEmail.md)| |
467
467
 
468
468
  ### Return type
@@ -499,7 +499,7 @@ end
499
499
 
500
500
  api_instance = SibApiV3Sdk::SMTPApi.new
501
501
 
502
- template_id = "template_id_example" # String | Id of the template
502
+ template_id = 789 # Integer | Id of the template
503
503
 
504
504
  send_test_email = SibApiV3Sdk::SendTestEmail.new # SendTestEmail |
505
505
 
@@ -516,7 +516,7 @@ end
516
516
 
517
517
  Name | Type | Description | Notes
518
518
  ------------- | ------------- | ------------- | -------------
519
- **template_id** | **String**| Id of the template |
519
+ **template_id** | **Integer**| Id of the template |
520
520
  **send_test_email** | [**SendTestEmail**](SendTestEmail.md)| |
521
521
 
522
522
  ### Return type
@@ -605,7 +605,7 @@ end
605
605
 
606
606
  api_instance = SibApiV3Sdk::SMTPApi.new
607
607
 
608
- template_id = "template_id_example" # String | id of the template
608
+ template_id = 789 # Integer | id of the template
609
609
 
610
610
  smtp_template = SibApiV3Sdk::UpdateSmtpTemplate.new # UpdateSmtpTemplate | values to update in smtp template
611
611
 
@@ -622,7 +622,7 @@ end
622
622
 
623
623
  Name | Type | Description | Notes
624
624
  ------------- | ------------- | ------------- | -------------
625
- **template_id** | **String**| id of the template |
625
+ **template_id** | **Integer**| id of the template |
626
626
  **smtp_template** | [**UpdateSmtpTemplate**](UpdateSmtpTemplate.md)| values to update in smtp template |
627
627
 
628
628
  ### Return type
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **sender** | **String** | Name of the sender. Only alphanumeric characters. No more than 11 characters |
7
7
  **recipient** | **String** | Mobile number to send SMS with the country code |
8
8
  **content** | **String** | Content of the message. If more than 160 characters long, multiple text messages will be sent |
9
+ **type** | **String** | Type of the SMS | [optional] [default to "transactional"]
9
10
  **tag** | **String** | Tag of the message | [optional]
10
11
  **web_url** | **String** | Webhook to call for each event triggered by the message (delivered etc.) | [optional]
11
12
 
data/docs/SendersApi.md CHANGED
@@ -84,7 +84,7 @@ end
84
84
 
85
85
  api_instance = SibApiV3Sdk::SendersApi.new
86
86
 
87
- sender_id = "sender_id_example" # String | Id of the sender
87
+ sender_id = 789 # Integer | Id of the sender
88
88
 
89
89
 
90
90
  begin
@@ -99,7 +99,7 @@ end
99
99
 
100
100
  Name | Type | Description | Notes
101
101
  ------------- | ------------- | ------------- | -------------
102
- **sender_id** | **String**| Id of the sender |
102
+ **sender_id** | **Integer**| Id of the sender |
103
103
 
104
104
  ### Return type
105
105
 
@@ -181,7 +181,7 @@ end
181
181
 
182
182
  api_instance = SibApiV3Sdk::SendersApi.new
183
183
 
184
- sender_id = "sender_id_example" # String | Id of the sender
184
+ sender_id = 789 # Integer | Id of the sender
185
185
 
186
186
 
187
187
  begin
@@ -197,7 +197,7 @@ end
197
197
 
198
198
  Name | Type | Description | Notes
199
199
  ------------- | ------------- | ------------- | -------------
200
- **sender_id** | **String**| Id of the sender |
200
+ **sender_id** | **Integer**| Id of the sender |
201
201
 
202
202
  ### Return type
203
203
 
@@ -288,7 +288,7 @@ end
288
288
 
289
289
  api_instance = SibApiV3Sdk::SendersApi.new
290
290
 
291
- sender_id = "sender_id_example" # String | Id of the sender
291
+ sender_id = 789 # Integer | Id of the sender
292
292
 
293
293
  opts = {
294
294
  sender: SibApiV3Sdk::UpdateSender.new # UpdateSender | sender's name
@@ -306,7 +306,7 @@ end
306
306
 
307
307
  Name | Type | Description | Notes
308
308
  ------------- | ------------- | ------------- | -------------
309
- **sender_id** | **String**| Id of the sender |
309
+ **sender_id** | **Integer**| Id of the sender |
310
310
  **sender** | [**UpdateSender**](UpdateSender.md)| sender's name | [optional]
311
311
 
312
312
  ### Return type
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **name** | **String** | Name of the campaign | [optional]
9
9
  **html_content** | **String** | Body of the message (HTML version). REQUIRED if htmlUrl is empty | [optional]
10
10
  **html_url** | **String** | Url which contents the body of the email message. REQUIRED if htmlContent is empty | [optional]
11
- **scheduled_at** | **String** | Date and time on which the campaign has to run (YYYY-MM-DD HH:mm:ss) | [optional]
11
+ **scheduled_at** | **DateTime** | Date and time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
12
12
  **subject** | **String** | Subject of the campaign | [optional]
13
13
  **reply_to** | **String** | Email on which campaign recipients will be able to reply to | [optional]
14
14
  **to_field** | **String** | This is to personalize the «To» Field. If you want to include the first name and last name of your recipient, add [FNAME] [LNAME]. To use the contact attributes here, these must already exist in SendinBlue account | [optional]
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
7
7
  **sender** | **String** | Name of the sender. The number of characters is limited to 11 | [optional]
8
8
  **content** | **String** | Content of the message. The maximum characters used per SMS is 160, if used more than that, it will be counted as more than one SMS | [optional]
9
9
  **recipients** | [**CreateSmsCampaignRecipients**](CreateSmsCampaignRecipients.md) | | [optional]
10
- **scheduled_at** | **String** | Date and time on which the campaign has to run (YYYY-MM-DD HH:mm:ss) | [optional]
10
+ **scheduled_at** | **DateTime** | Date and time on which the campaign has to run (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
11
11
 
12
12
 
data/docs/WebhooksApi.md CHANGED
@@ -82,7 +82,7 @@ end
82
82
 
83
83
  api_instance = SibApiV3Sdk::WebhooksApi.new
84
84
 
85
- webhook_id = "webhook_id_example" # String | Id of the webhook
85
+ webhook_id = 789 # Integer | Id of the webhook
86
86
 
87
87
 
88
88
  begin
@@ -97,7 +97,7 @@ end
97
97
 
98
98
  Name | Type | Description | Notes
99
99
  ------------- | ------------- | ------------- | -------------
100
- **webhook_id** | **String**| Id of the webhook |
100
+ **webhook_id** | **Integer**| Id of the webhook |
101
101
 
102
102
  ### Return type
103
103
 
@@ -133,7 +133,7 @@ end
133
133
 
134
134
  api_instance = SibApiV3Sdk::WebhooksApi.new
135
135
 
136
- webhook_id = "webhook_id_example" # String | Id of the webhook
136
+ webhook_id = 789 # Integer | Id of the webhook
137
137
 
138
138
 
139
139
  begin
@@ -149,7 +149,7 @@ end
149
149
 
150
150
  Name | Type | Description | Notes
151
151
  ------------- | ------------- | ------------- | -------------
152
- **webhook_id** | **String**| Id of the webhook |
152
+ **webhook_id** | **Integer**| Id of the webhook |
153
153
 
154
154
  ### Return type
155
155
 
@@ -238,7 +238,7 @@ end
238
238
 
239
239
  api_instance = SibApiV3Sdk::WebhooksApi.new
240
240
 
241
- webhook_id = "webhook_id_example" # String | Id of the webhook
241
+ webhook_id = 789 # Integer | Id of the webhook
242
242
 
243
243
  update_webhook = SibApiV3Sdk::UpdateWebhook.new # UpdateWebhook | Values to update a webhook
244
244
 
@@ -255,7 +255,7 @@ end
255
255
 
256
256
  Name | Type | Description | Notes
257
257
  ------------- | ------------- | ------------- | -------------
258
- **webhook_id** | **String**| Id of the webhook |
258
+ **webhook_id** | **Integer**| Id of the webhook |
259
259
  **update_webhook** | [**UpdateWebhook**](UpdateWebhook.md)| Values to update a webhook |
260
260
 
261
261
  ### Return type
@@ -19,7 +19,6 @@ require 'sib-api-v3-sdk/configuration'
19
19
  # Models
20
20
  require 'sib-api-v3-sdk/models/add_credits'
21
21
  require 'sib-api-v3-sdk/models/add_remove_contact_to_list'
22
- require 'sib-api-v3-sdk/models/crea_update_folder'
23
22
  require 'sib-api-v3-sdk/models/create_attribute'
24
23
  require 'sib-api-v3-sdk/models/create_attribute_enumemaration'
25
24
  require 'sib-api-v3-sdk/models/create_child'
@@ -37,6 +36,7 @@ require 'sib-api-v3-sdk/models/create_sms_campaign_recipients'
37
36
  require 'sib-api-v3-sdk/models/create_smtp_email'
38
37
  require 'sib-api-v3-sdk/models/create_smtp_template'
39
38
  require 'sib-api-v3-sdk/models/create_smtp_template_sender'
39
+ require 'sib-api-v3-sdk/models/create_update_folder'
40
40
  require 'sib-api-v3-sdk/models/create_webhook'
41
41
  require 'sib-api-v3-sdk/models/created_process_id'
42
42
  require 'sib-api-v3-sdk/models/delete_hardbounces'