POST api/Whatsapp/WebhookAdmin

Request Information

URI Parameters

None.

Body Parameters

WAMessageModel
NameDescriptionTypeAdditional information
message

string

None.

from

string

None.

bufferImage

Collection of byte

None.

isGroup

boolean

None.

isMe

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "from": "sample string 2",
  "bufferImage": "QEA=",
  "isGroup": true,
  "isMe": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.