mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-26 19:54:54 +02:00
✨(channels) add feedback widget and multiple inbound channels support (#301)
This PR adds a new build system for embeddable widgets and a first implementation of a "Feedback" popup widget. It also refactors inbound message routes into channels, of which there are 2 for now: MTA (by default) and Widget. More to come!
This commit is contained in:
@@ -148,21 +148,6 @@
|
||||
"type": "string",
|
||||
"readOnly": true
|
||||
},
|
||||
"POSTHOG_KEY": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"readOnly": true
|
||||
},
|
||||
"POSTHOG_HOST": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"readOnly": true
|
||||
},
|
||||
"POSTHOG_SURVEY_ID": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"readOnly": true
|
||||
},
|
||||
"LANGUAGES": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -216,9 +201,6 @@
|
||||
},
|
||||
"required": [
|
||||
"ENVIRONMENT",
|
||||
"POSTHOG_KEY",
|
||||
"POSTHOG_HOST",
|
||||
"POSTHOG_SURVEY_ID",
|
||||
"LANGUAGES",
|
||||
"LANGUAGE_CODE",
|
||||
"AI_ENABLED",
|
||||
@@ -3079,34 +3061,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1.0/mta/check-recipients/": {
|
||||
"post": {
|
||||
"operationId": "mta_check_recipients_create",
|
||||
"description": "Check if recipient email addresses exist for the MTA.",
|
||||
"tags": [
|
||||
"mta"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "No response body"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1.0/mta/inbound-email/": {
|
||||
"post": {
|
||||
"operationId": "mta_inbound_email_create",
|
||||
"description": "Handle incoming raw email (message/rfc822) from MTA.",
|
||||
"tags": [
|
||||
"mta"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "No response body"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1.0/placeholders/": {
|
||||
"get": {
|
||||
"operationId": "placeholders_retrieve",
|
||||
|
||||
Reference in New Issue
Block a user