Create a campaign

POST {{baseUrl}}/v4/campaigns

List of all the campaigns that the caller has access to. The campaigns are sorted by updatedAt date, in descending order

Campaigns can be filtered by their status using the status query paramter

Request Body

{"includeActiveConversations"=>false, "locations"=>["00000000-0000-0000-0000-000000000000"], "recentlySentSubscriberOverride"=>false, "name"=>"Podium API Sample", "status"=>"DRAFT"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":{"createdAt":"2022-08-03T22:27:57Z","endedAt":null,"locations":[{"uid":"30000000-0000-0000-0000-000000000000"}],"message":null,"name":"Podium API Sample","organization":{"uid":"00000000-0000-0000-0000-000000000000"},"startedAt":null,"status":"DRAFT","uid":"00000000-0000-0000-0000-000000000000","updatedAt":"2022-08-03T22:27:57Z"},"metadata":{"url":"/v4/campaigns"}}