---
title: "POST /v1/crm/integrations/wazzup/webhook/"
method: POST
path: "/v1/crm/integrations/wazzup/webhook/"
tags: ["v1"]
---

# POST /v1/crm/integrations/wazzup/webhook/

`POST /v1/crm/integrations/wazzup/webhook/`

Concrete view for creating a model instance.

## Request body

- WazzupWebhook — Base serializer class.
  - `messages` WazzupWebhookMessage[]
    - `messageId` string, uuid
    - `channelId` string, uuid
    - `chatType` 'whatsapp' | 'whatsgroup' | 'viber' | 'instagram' | 'telegram' | 'telegroup' | 'vk' | 'avito' — * `whatsapp` - whatsapp * `whatsgroup` - whatsgroup * `viber` - viber * `instagram` - instagram * `telegram` - telegram * `telegroup` - telegroup * `vk` - vk * `avito` - avito
    - `chatId` string
    - `type` 'text' | 'image' | 'audio' | 'video' | 'document' | 'vcard' | 'geo' | 'wapi_template' | 'unsupported' | 'missing_call' | 'unknown' — * `text` - text * `image` - image * `audio` - audio * `video` - video * `document` - document * `vcard` - vcard * `geo` - geo * `wapi_template` - wapi_template * `unsupported` - unsupported * `missing_call` - missing_call * `unknown` - unknown
    - `isEcho` boolean
    - `contact` Contact — Base serializer class.
      - `name` string
      - `avatarUri` string, uri
      - `username` string
      - `phone` string
      - `quotedMessage` unknown
      - `sentFromApp` boolean
    - `text` string
    - `contentUri` string, uri
    - `authorName` string
    - `authorId` string
    - `instPost` WazzupWebhookInstagramPost — Base serializer class.
      - `id` string
      - `src` string, uri
      - `sha1` string
      - `likes` integer
      - `author` string
      - `comments` integer
      - `timestamp` integer
      - `updatedAt` integer
      - `authorName` string
      - `authorId` string
      - `description` string
      - `previewSha1` string
      - `imageSrc` string, uri
      - `previewSrc` string, uri
    - `status` 'sent' | 'delivered' | 'read' | 'error' | 'inbound' — * `sent` - sent * `delivered` - delivered * `read` - read * `error` - error * `inbound` - inbound
    - `dateTime` string, date-time
  - `statuses` WazzupWebhookMessageStatus[]
    - `messageId` string, uuid
    - `status` 'sent' | 'delivered' | 'read' | 'error' — * `sent` - sent * `delivered` - delivered * `read` - read * `error` - error
    - `timestamp` string, date-time
    - `error` unknown
  - `createDeal` unknown
  - `createContact` unknown

## Response `200`

- WazzupWebhook — Base serializer class.
  - `messages` WazzupWebhookMessage[]
    - `messageId` string, uuid
    - `channelId` string, uuid
    - `chatType` 'whatsapp' | 'whatsgroup' | 'viber' | 'instagram' | 'telegram' | 'telegroup' | 'vk' | 'avito' — * `whatsapp` - whatsapp * `whatsgroup` - whatsgroup * `viber` - viber * `instagram` - instagram * `telegram` - telegram * `telegroup` - telegroup * `vk` - vk * `avito` - avito
    - `chatId` string
    - `type` 'text' | 'image' | 'audio' | 'video' | 'document' | 'vcard' | 'geo' | 'wapi_template' | 'unsupported' | 'missing_call' | 'unknown' — * `text` - text * `image` - image * `audio` - audio * `video` - video * `document` - document * `vcard` - vcard * `geo` - geo * `wapi_template` - wapi_template * `unsupported` - unsupported * `missing_call` - missing_call * `unknown` - unknown
    - `isEcho` boolean
    - `contact` Contact — Base serializer class.
      - `name` string
      - `avatarUri` string, uri
      - `username` string
      - `phone` string
      - `quotedMessage` unknown
      - `sentFromApp` boolean
    - `text` string
    - `contentUri` string, uri
    - `authorName` string
    - `authorId` string
    - `instPost` WazzupWebhookInstagramPost — Base serializer class.
      - `id` string
      - `src` string, uri
      - `sha1` string
      - `likes` integer
      - `author` string
      - `comments` integer
      - `timestamp` integer
      - `updatedAt` integer
      - `authorName` string
      - `authorId` string
      - `description` string
      - `previewSha1` string
      - `imageSrc` string, uri
      - `previewSrc` string, uri
    - `status` 'sent' | 'delivered' | 'read' | 'error' | 'inbound' — * `sent` - sent * `delivered` - delivered * `read` - read * `error` - error * `inbound` - inbound
    - `dateTime` string, date-time
  - `statuses` WazzupWebhookMessageStatus[]
    - `messageId` string, uuid
    - `status` 'sent' | 'delivered' | 'read' | 'error' — * `sent` - sent * `delivered` - delivered * `read` - read * `error` - error
    - `timestamp` string, date-time
    - `error` unknown
  - `createDeal` unknown
  - `createContact` unknown

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
