|
83 | 83 | "contentKey": null |
84 | 84 | } |
85 | 85 | ], |
86 | | - "forward-message-sendgrid": [ |
87 | | - { |
88 | | - "key": "SENDGRID_API_KEY", |
89 | | - "required": true, |
90 | | - "format": "secret", |
91 | | - "description": "Your SendGrid API key", |
92 | | - "link": "https://sendgrid.com/docs/ui/account-and-settings/api-keys/", |
93 | | - "default": null, |
94 | | - "configurable": true, |
95 | | - "contentKey": null |
96 | | - }, |
97 | | - { |
98 | | - "key": "TO_EMAIL_ADDRESS", |
99 | | - "required": true, |
100 | | - "format": "email", |
101 | | - "description": "Messages sent to your Twilio number will be forwarded to this email address", |
102 | | - "link": null, |
103 | | - "default": null, |
104 | | - "configurable": true, |
105 | | - "contentKey": null |
106 | | - }, |
107 | | - { |
108 | | - "key": "FROM_EMAIL_ADDRESS", |
109 | | - "required": true, |
110 | | - "format": "email", |
111 | | - "description": "The email address that SendGrid should send the email from", |
112 | | - "link": null, |
113 | | - "default": null, |
114 | | - "configurable": true, |
115 | | - "contentKey": null |
116 | | - }, |
117 | | - { |
118 | | - "key": "TWILIO_SMS_WEBHOOK_URL", |
119 | | - "required": true, |
120 | | - "format": "text", |
121 | | - "description": "The path to the webhook", |
122 | | - "link": null, |
123 | | - "default": "/forward-message-sendgrid", |
124 | | - "configurable": false, |
125 | | - "contentKey": null |
126 | | - } |
127 | | - ], |
128 | 86 | "voicemail": [ |
129 | 87 | { |
130 | 88 | "key": "MY_PHONE_NUMBER", |
|
197 | 155 | "contentKey": null |
198 | 156 | } |
199 | 157 | ], |
200 | | - "forward-message-sparkpost": [ |
201 | | - { |
202 | | - "key": "SPARKPOST_API_KEY", |
203 | | - "required": true, |
204 | | - "format": "secret", |
205 | | - "description": "Your SparkPost API key", |
206 | | - "link": "https://www.sparkpost.com/docs/getting-started/create-api-keys/", |
207 | | - "default": null, |
208 | | - "configurable": true, |
209 | | - "contentKey": null |
210 | | - }, |
211 | | - { |
212 | | - "key": "TO_EMAIL_ADDRESS", |
213 | | - "required": true, |
214 | | - "format": "email", |
215 | | - "description": "Messages sent to your Twilio number will be forwarded to this email address", |
216 | | - "link": null, |
217 | | - "default": null, |
218 | | - "configurable": true, |
219 | | - "contentKey": null |
220 | | - }, |
221 | | - { |
222 | | - "key": "FROM_EMAIL_ADDRESS", |
223 | | - "required": true, |
224 | | - "format": "email", |
225 | | - "description": "The email address that SparkPost should send the email from", |
226 | | - "link": null, |
227 | | - "default": null, |
228 | | - "configurable": true, |
229 | | - "contentKey": null |
230 | | - }, |
231 | | - { |
232 | | - "key": "TWILIO_SMS_WEBHOOK_URL", |
233 | | - "required": true, |
234 | | - "format": "text", |
235 | | - "description": "The path to the webhook", |
236 | | - "link": null, |
237 | | - "default": "/forward-message-sparkpost", |
238 | | - "configurable": false, |
239 | | - "contentKey": null |
240 | | - } |
241 | | - ], |
242 | 158 | "airtable": [ |
243 | 159 | { |
244 | 160 | "key": "AIRTABLE_API_KEY", |
|
0 commit comments