You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: restapi.json
+101Lines changed: 101 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1850,6 +1850,79 @@
1850
1850
}
1851
1851
}
1852
1852
},
1853
+
"/api/v2/campaigns/{messageId}/test-send": {
1854
+
"post": {
1855
+
"tags": [
1856
+
"campaigns"
1857
+
],
1858
+
"summary": "Processes/sends campaign/message by id to specified subscribers.",
1859
+
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Processes/sends campaign/message by id to specified subscribers.",
0 commit comments