Skip to main content
POST
Send Campaign Message

Authorizations

X-API-Key
string
header
required

Headers

X-API-Key
string
required
X-App-ID
string | null

Body

application/json

Campaign sending Request Schema.

campaign_id
string
required
content
string
required
Example:

"Greetings from Briq! We're here to make communication simple, reliable, and seamless. The future of messaging is bright."

sender_id
string
required
Required string length: 2 - 13
start_date
string<date-time> | null

When sending starts

end_date
string<date-time> | null
frequency
enum<string> | null
default:once

Campaign Frequency.

Available options:
once,
hourly,
daily,
weekly,
monthly

Response

Successful Response