Skip to main content
POST
/
api
/
v1
/
venom
/
add-campaign
add-campaign (send now)
curl --request POST \
  --url 'http://{{base_url}}/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"
}
'

Headers

Authorization
string

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response