-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathenv_vars_template.postman_collection.json
106 lines (106 loc) · 2.49 KB
/
env_vars_template.postman_collection.json
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
98
99
100
101
102
103
104
105
106
{
"id": "c15772af-70ff-9762-f628-fe2e5dcb08b5",
"name": "Messenger Platform Environment Variables",
"values": [
{
"enabled": true,
"key": "SET_ENV",
"value": "TRUE",
"type": "text"
},
{
"enabled": true,
"key": "PAGE_TOKEN",
"value": "YOUR PAGE ACCESS TOKEN",
"type": "text"
},
{
"enabled": true,
"key": "PSID",
"value": "YOUR PAGE-SCOPED USER ID",
"type": "text"
},
{
"enabled": true,
"key": "IMAGE_ATTACHMENT_ID",
"value": "SEND API - AN ATTACHMENT_ID OF AN IMAGE",
"type": "text"
},
{
"enabled": true,
"key": "VIDEO_ATTACHMENT_ID",
"value": "SEND API - AN ATTACHMENT_ID OF A VIDEO",
"type": "text"
},
{
"enabled": true,
"key": "APP_ID_PRIMARY",
"value": "HANDOVER PROTOCOL - PRIMARY RECEIVER APP ID",
"type": "text"
},
{
"enabled": true,
"key": "APP_ID_SECONDARY",
"value": "HANDOVER PROTOCOL - SECONDARY RECEIVER APP ID",
"type": "text"
},
{
"enabled": true,
"key": "MESSAGE_CREATIVE_ID_ALL",
"value": "BRODCAST - A MESSAGE CREATIVE ID TO SEND TO ALL CONVERSATIONS",
"type": "text"
},
{
"enabled": true,
"key": "MESSAGE_CREATIVE_ID_TARGETED",
"value": "BRODCAST - A MESSAGE CREATIVE ID TO SEND TO A CUSTOM LABEL",
"type": "text"
},
{
"enabled": true,
"key": "CUSTOM_LABEL_ID",
"value": "BROADCAST - A CUSTOM LABEL ID TO TARGET",
"type": "text"
},
{
"enabled": true,
"key": "REACH_ESTIMATION_ID",
"value": "BROADCAST - A REACH ESTIMATION ID",
"type": "text"
},
{
"enabled": true,
"key": "ASID",
"value": "ID MATCHING - APP-SCOPED USER ID",
"type": "text"
},
{
"enabled": true,
"key": "APP_ID",
"value": "ID MATCHING - APP ID",
"type": "text"
},
{
"enabled": true,
"key": "APP_SECRET",
"value": "ID MATCHING - APP SECRET",
"type": "text"
},
{
"enabled": true,
"key": "APP_SECRET_PROOF",
"value": "ID MATCHING - APP SECRET PROOF",
"type": "text"
},
{
"enabled": true,
"key": "WIT_TOKEN",
"value": "BUILT-IN NLP - WIT SERVER ACCESS TOKEN",
"type": "text"
}
],
"timestamp": 1511831768668,
"_postman_variable_scope": "environment",
"_postman_exported_at": "2017-11-28T01:16:45.306Z",
"_postman_exported_using": "Postman/5.3.2"
}