GET
/
webhook
/
v5.message.didCreate
Message Didcreate webhook event
curl --request GET \
  --url https://apix.us.amity.co/webhook/v5.message.didCreate
{
  "event": "message.didCreate",
  "data": {
    "files": [
      {
        "fileId": "<string>",
        "fileUrl": "<string>",
        "type": "image",
        "accessType": "public",
        "altText": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "attributes": {
          "name": "<string>",
          "extension": "<string>",
          "size": 123,
          "mimeType": "<string>",
          "metadata": {
            "exif": {},
            "gps": {},
            "height": 123,
            "width": 123,
            "isFull": true
          }
        }
      }
    ],
    "messageFeeds": [
      {
        "_id": "<string>",
        "path": "<string>",
        "messageId": "<string>",
        "parentId": "<string>",
        "childrenNumber": 123,
        "channelId": "<string>",
        "userId": "<string>",
        "type": "<string>",
        "tags": [
          "<string>"
        ],
        "data": {},
        "isDeleted": true,
        "channelSegment": 123,
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "editedAt": "2023-11-07T05:31:56Z",
        "flagCount": 123,
        "hashFlag": {
          "bits": 123,
          "hashes": 123,
          "hash": [
            "<string>"
          ]
        },
        "reactions": {},
        "reactionsCount": 123,
        "myReactions": [
          "<string>"
        ],
        "latestReaction": {
          "referenceId": "<string>",
          "referenceType": "<string>",
          "reactionName": "<string>",
          "userId": "<string>",
          "userDisplayName": "<string>",
          "reactionId": "<string>",
          "eventName": "<string>",
          "createdAt": "2023-11-07T05:31:56Z"
        },
        "mentionees": [
          {
            "type": "user",
            "userIds": [
              "<string>"
            ],
            "userPublicIds": [
              "<string>"
            ],
            "userInternalIds": [
              "<string>"
            ]
          }
        ]
      }
    ],
    "messages": [
      {
        "messageFeedId": "a85dca058f5b585f86a29f14",
        "channelId": "abc665aed9dbb8d036037eeb",
        "channelPublicId": "abc665aed9dbb8d036037eeb",
        "channelType": "community",
        "name": "text",
        "lastMessageId": "9530b11ec8de87db22b06b21",
        "lastMessageTimestamp": "2023-11-07T05:31:56Z",
        "creatorId": "8aa313c8dbb00af911b07672",
        "path": "12cba9779cc479e1fcefd1de/chat/f00ab16cbd27d4a9525aea6d/32b468ae0b1bd0cc7976719d/0a003482f0ac53a71e7c9239",
        "childCount": 123,
        "isDeleted": false,
        "editedAt": "2023-11-07T05:31:56Z",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "messagePreviewId": "<string>"
      }
    ],
    "reactions": [
      {
        "referenceId": "<string>",
        "referenceType": "<string>",
        "reactors": [
          {
            "reactionName": "<string>",
            "userId": "<string>",
            "userPublicIdId": "<string>",
            "userInternalId": "<string>",
            "reactionId": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z"
          }
        ]
      }
    ],
    "users": [
      {
        "_id": "<string>",
        "path": "<string>",
        "userId": "<string>",
        "roles": [
          "<string>"
        ],
        "displayName": "<string>",
        "flagCount": 123,
        "hashFlag": {
          "bits": 123,
          "hashes": 123,
          "hash": [
            "<string>"
          ]
        },
        "metadata": {},
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "isDeleted": true
      }
    ]
  }
}

Response

200 - application/json

messages is messages information. users is list of all user relate to this messages

The response is of type object.