HelpRequestResponseEmailSentEvent
v1

A Community Member sent an email responding to a Help Request

Details

HelpRequestResponseEmailSentEvent payload

HelpRequestResponseEmailSentEvent Schema (json)
{
  "$id": "HelpRequestResponseEmailSentEventPayloadTSchema",
  "type": "object",
  "properties": {
    "helpingUser": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    },
    "helpedUser": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    },
    "helpRequest": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    },
    "sharedByUser": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    }
  },
  "required": ["helpingUser", "helpedUser", "helpRequest"]
}


Edit this pageLast updated on 2024/8/5