File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1375
1375
}
1376
1376
}
1377
1377
},
1378
+ "/campaigns/{messageId}/send" : {
1379
+ "post" : {
1380
+ "tags" : [
1381
+ " campaigns"
1382
+ ],
1383
+ "summary" : " Processes/sends campaign/message by id." ,
1384
+ "description" : " 🚧 **Status: Beta** – This method is under development. Avoid using in production. Processes/sends campaign/message by id." ,
1385
+ "operationId" : " cf1917bb4c30cbe428af44854ca1022d" ,
1386
+ "parameters" : [
1387
+ {
1388
+ "name" : " session" ,
1389
+ "in" : " header" ,
1390
+ "description" : " Session ID obtained from authentication" ,
1391
+ "required" : true ,
1392
+ "schema" : {
1393
+ "type" : " string"
1394
+ }
1395
+ },
1396
+ {
1397
+ "name" : " messageId" ,
1398
+ "in" : " path" ,
1399
+ "description" : " message ID" ,
1400
+ "required" : true ,
1401
+ "schema" : {
1402
+ "type" : " string"
1403
+ }
1404
+ }
1405
+ ],
1406
+ "responses" : {
1407
+ "200" : {
1408
+ "description" : " Success" ,
1409
+ "content" : {
1410
+ "application/json" : {
1411
+ "schema" : {
1412
+ "$ref" : " #/components/schemas/Message"
1413
+ }
1414
+ }
1415
+ }
1416
+ },
1417
+ "403" : {
1418
+ "description" : " Failure" ,
1419
+ "content" : {
1420
+ "application/json" : {
1421
+ "schema" : {
1422
+ "$ref" : " #/components/schemas/UnauthorizedResponse"
1423
+ }
1424
+ }
1425
+ }
1426
+ }
1427
+ }
1428
+ }
1429
+ },
1378
1430
"/templates" : {
1379
1431
"get" : {
1380
1432
"tags" : [
You can’t perform that action at this time.
0 commit comments