POST
/
api
/
v1
/
venom
/
add-campaign
curl --request POST \
  --url http:///%7B{base_url}%7D/api/v1/venom/add-campaign \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "send-now-4",
  "desc": "1",
  "html": "<p>send-now-4</p>",
  "image": null,
  "group_metadata_ids": [
    8
  ],
  "is_channel_campaign": true,
  "is_schedule": false,
  "schedule_time": "2023-12-22 12:18:00"
}'
"<any>"

Headers

Authorization
string

Body

application/json · object

Response

200 - application/json

Successful response

The response is of type any.