Campaigns
In the campaigns section, you'll be able to check the information of all notifications that have been sent in bulk.
Get Campaigns
Params
Field
Type
Description
Required
page
number
Page number. Default 1
N
limit
number
Number of records. Default 10, maximum 50.
N
botId
string
Bot ID
Y
startAt
date
Start date
Y
endAt
date
End date
Y
elementName
string
Template name
N
status
string
Campaign status. Allowed values: [COMPLETED, PENDING, IN_PROGRESS, SCHEDULED]
N
Responses
The total number of records and pagination information are returned in the 'pagination' object, while the 'results' array describes the campaigns that match the search parameters
Last updated