Skip to main content
POST
Create a new scheduled campaign

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
agent_id
number
required

Agent id

Example:

20

agentname
string
required

Agent name

Example:

"Agent Name"

batchQuantity
number
required

Batch quantity

Example:

100

repeatAfter
number
required

Repeat after

Example:

100

active
boolean
required

Active

Example:

true

selected_tag
string
required

Tag

Example:

"Tag"

index
number
required

Index

Example:

0

start_call
string
required

Start call

Example:

"2021-01-01"

end_call
string
required

End call

Example:

"2021-01-01"

campaign_name
string
required

Campaign name

Example:

"Campaign Name"

add_tag
string
required

Add tag

Example:

"Tag"

user_id
number
required

User id

Example:

0

maxLimit
number
required

Max limit

Example:

0

GHLCampaign
boolean
required

GHL campaign

Example:

false

NumberlimitCallback
number
required

Number limit callback

Example:

0

working_hours
object
required

Working hours

Example:
disposition
object
required

Disposition

Example:

Response

201

Campaign created successfully