This repository was archived by the owner on Mar 10, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
97 lines (97 loc) · 1.95 KB
/
Copy pathmint.json
File metadata and controls
97 lines (97 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"$schema": "https://mintlify.com/schema.json",
"name": "TextYess docs",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#503ADC",
"light": "#A69BED",
"dark": "#503ADC",
"anchors": {
"from": "#503ADC",
"to": "#A69BED"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "https://textyesssupport.zendesk.com/hc/en-us"
}
],
"topbarCtaButton": {
"name": "Sign in",
"url": "https://ai.textyess.com"
},
"anchors": [],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"whatsapp-integration",
"widget-installation-shopify",
"widget-installation-woocommerce",
"onsite-widget-installation-shopify",
"onsite-widget-installation-woocommerce",
"onsite-widget-installation-custom",
"analytics"
]
},
{
"group": "Guides",
"pages": [
"improve-ai",
"personalize-whatsapp",
"whatsapp-business-accounts",
"manage-conversations",
"product-widget-install",
"textyess-on-smartphones",
"setup-gorgias",
"setup-zendesk",
"setup-klaviyo",
"setup-hubspot",
"off-boarding"
]
},
{
"group": "Webhooks",
"pages": ["new-order-webhook", "get-new-order", "flow-webhook"]
},
{
"group": "Products API",
"pages": [
"bulk-import-products",
"bulk-update-products",
"bulk-delete-products",
"get-imported-product"
]
},
{
"group": "Campaigns API",
"pages": ["list-deliverability-status", "get-deliverability-status"]
},
{
"group": "Analytics API",
"pages": [
"list-campaigns-analytics",
"get-campaign-analytics",
"list-campaign-orders",
"list-orders-analytics"
]
}
],
"footerSocials": {
"instagram": "https://www.instagram.com/text_yess",
"linkedin": "https://www.linkedin.com/company/textyess/"
},
"api": {
"baseUrl": "https://api-ai.textyess.com",
"auth": {
"method": "key",
"name": "x-auth-token"
}
}
}