TalkJS Webhooks API

Server-to-server event delivery for message.sent, message.read, message.updated, message.deleted, user.created/updated, conversation.deleted, and notification lifecycle events, posted as JSON with an id/type/createdAt/data envelope to your configured endpoints.

API entry from apis.yml

apis.yml Raw ↑
aid: talkjs:talkjs-webhooks-api
name: TalkJS Webhooks API
tags:
- Webhooks
- Events
- Notifications
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://talkjs.com/docs/Reference/Webhooks/
baseURL: https://api.talkjs.com/v1/{appId}
properties:
- url: https://talkjs.com/docs/Reference/Webhooks/
  type: Documentation
- url: https://talkjs.com/docs/Reference/Webhooks/
  type: APIReference
- url: review.yml
  type: Review
description: Server-to-server event delivery for message.sent, message.read, message.updated, message.deleted,
  user.created/updated, conversation.deleted, and notification lifecycle events, posted as JSON with an
  id/type/createdAt/data envelope to your configured endpoints.