- Auth
- Teams
- Academies
- Dashboards
- Members
- Courses
- Videos
- Quizzes
- Taxonomies
- Builder
- Enrollments
- Dowloads
- Tags
- Currencies
- Countries
- Certificates
- Certificates Templates
- Appointments
- Difficulties
- Assigment Members
- Assignments
- Products
- Articles
- Webhooks
- Domains
- Comments
- Reviews
- Orders
- Cancellation Reasons
- Bank Transfers
- Coupons
- Campaigns
- Affiliates
- Msaaq Affiliates
- Settings
- MsaaqPay
- Apps Marketplace
- Academy Verification
- Billing
- Notifications
- Apps
- Search
- Abandoned Carts
- Announcements
- Onboarding
- Forms
- Bank
- Coaching sessions
Create campaign
Production
Production
POST
https://api.msaaq.com/v1/admin/campaigns
Last modified:2024-10-17 13:18:07
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Accept
stringÂ
required
Example:
application/json
X-Tenant
stringÂ
required
Example:
{{tenant}}
Body Params multipart/form-data
name
stringÂ
required
Example:
campaign name
goal
stringÂ
required
Example:
launch_product
status
stringÂ
required
Example:
draft
scheduled_at
stringÂ
required
Example:
2024-06-03
product[id]
stringÂ
required
Example:
8
product[type]
stringÂ
required
Example:
course
segment_id
stringÂ
required
Example:
1
message_subject
stringÂ
required
Example:
subject
message_body
stringÂ
required
Example:
body
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.msaaq.com/v1/admin/campaigns' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--form 'name="campaign name"' \
--form 'goal="launch_product"' \
--form 'status="draft"' \
--form 'scheduled_at="2024-06-03"' \
--form 'product[id]="8"' \
--form 'product[type]="course"' \
--form 'segment_id="1"' \
--form 'message_subject="subject"' \
--form 'message_body="body"'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-17 13:18:07