Skip to content

Commit 1fee607

Browse files
authoredJul 10, 2024
Merge pull request #9 from hockjootan/crm-use-case
feat: campaign form
2 parents 8557169 + 6ff3a36 commit 1fee607

File tree

3 files changed

+506
-0
lines changed

3 files changed

+506
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"name": "Advertisement Campaign Form",
6+
"status": "Planned",
7+
"active": true,
8+
"type": "Email",
9+
"description": "This is advertisment campaign form",
10+
"startDate": "2024-06-13",
11+
"endDate": "2024-06-30",
12+
"numberSent": 2000,
13+
"expectedResponsePercentage": 100,
14+
"expectedRevenue": 60000,
15+
"budgetedCost": 40000,
16+
"actualCost": 50000,
17+
"title": null,
18+
"thumbnailURL": null
19+
},
20+
"relationships": {
21+
"parentCampaign": {
22+
"links": {
23+
"self": null
24+
}
25+
}
26+
},
27+
"meta": {
28+
"adoptsFrom": {
29+
"module": "../campaign-form",
30+
"name": "CampaignForm"
31+
}
32+
}
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"data": {
3+
"type": "card",
4+
"attributes": {
5+
"name": "Test Email Campaign 2",
6+
"status": "Planned",
7+
"active": false,
8+
"type": "Advertisement",
9+
"description": "This is a test form",
10+
"startDate": "2024-05-01",
11+
"endDate": "2024-05-31",
12+
"numberSent": 1000,
13+
"expectedResponsePercentage": 100,
14+
"expectedRevenue": 10000,
15+
"budgetedCost": 500000,
16+
"actualCost": 100000,
17+
"title": null,
18+
"thumbnailURL": null
19+
},
20+
"relationships": {
21+
"parentCampaign": {
22+
"links": {
23+
"self": "./4ee4a9ff-f61b-476f-9140-27308934024c"
24+
}
25+
}
26+
},
27+
"meta": {
28+
"adoptsFrom": {
29+
"module": "../campaign-form",
30+
"name": "CampaignForm"
31+
}
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)