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
+84Lines changed: 84 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2036,6 +2036,69 @@
2036
2036
}
2037
2037
}
2038
2038
},
2039
+
"/api/v2/campaigns/{messageId}/resend": {
2040
+
"post": {
2041
+
"tags": [
2042
+
"campaigns"
2043
+
],
2044
+
"summary": "Processes/sends campaign/message by id to lists.",
2045
+
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Processes/sends campaign/message by id to specified mailing lists.",
0 commit comments