TextQuestionAnsweredEvent
v3

Phoenix parcours B2C course

Details

Example event payload

1{
2	"id": 6096130,
3	"createdAt": "2023-07-09T13:54:53.843Z",
4	"updatedAt": "2023-07-09T13:54:53.918Z",
5	"eventName": "TextQuestionAnsweredEvent",
6	"keyId": "eacb5c51-443f-44b9-a44e-4e1d81327650",
7	"eventData": {
8		"name": "TextQuestionAnsweredEvent",
9		"type": "event",
10		"keyId": "eacb5c51-443f-44b9-a44e-4e1d81327650",
11		"userId": "644bff32-316c-4611-a3bd-556b2db37cd3",
12		"payload": {
13			"id": "5116da7c-92e1-4a3c-a124-389d1d1005ff",
14			"tagIds": [],
15			"content": {
16				"text": "Réaliser au moins 100 000 euros de CA/an soit 8000 euros/mois environ
17Developper mes contacts (réseau) pour alimenter les clients de mon entreprise/ continuer de me former à différents outils pour être de plus en plus performante et précise/ intégrer des potentiels collaborateurs à mon image en diffusant et transmettant mes valeurs ",
18				"type": "text"
19			},
20			"talentId": "d6670dc5-bc8a-486c-818d-1b9392aa0e1c",
21			"createdAt": "2023-07-09T17:54:40.787Z",
22			"deletedAt": null,
23			"updatedAt": "2023-07-09T17:54:40.787Z",
24			"questionId": "GzcGinHwwv",
25			"talentActivityId": "6bd96012-80eb-465f-a566-a006b96253d2"
26		},
27		"version": 3,
28		"talentActivityId": "6bd96012-80eb-465f-a566-a006b96253d2"
29	},
30	"status": "ACKNOWLEDGED",
31	"publisherNodeId": "phoenix-production-788774c7f-jz25k",
32	"processorNodeId": "phoenix-production-788774c7f-9dccm",
33	"version": 3,
34	"userId": "644bff32-316c-4611-a3bd-556b2db37cd3",
35	"talentId": null
36}

TextQuestionAnsweredEvent payload

TextQuestionAnsweredEvent Schema (json)
{
  "type": "object",
  "properties": {
    "payload": {
      "$id": "QuestionAnsweredPayloadClass",
      "type": "object",
      "properties": { "questionId": { "type": "string" }, "content": {} },
      "required": ["questionId", "content"]
    },
    "talentActivityId": { "type": "string" },
    "userId": { "type": "string" }
  },
  "$id": "TextQuestionAnsweredEventPayloadTSchema"
}


Edit this pageLast updated on 2024/8/5