Papercups Webhooks

Register external HTTPS endpoints to receive Papercups events as POSTed JSON payloads of shape { event, payload }, with a verify-challenge handshake on registration.

API entry from apis.yml

apis.yml Raw ↑
aid: papercups:webhooks
name: Papercups Webhooks
tags:
- Webhooks
- Events
- Integrations
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://github.com/papercups-io/papercups/wiki/Event-Subscriptions-with-Webhooks
baseURL: https://app.papercups.io/api/v1
properties:
- url: https://docs.papercups.io/webhook-events
  type: Documentation
- url: https://github.com/papercups-io/papercups/wiki/Event-Subscriptions-with-Webhooks
  type: APIReference
- url: https://github.com/papercups-io/webhooks-demo
  type: GitHub
description: Register external HTTPS endpoints to receive Papercups events as POSTed JSON payloads of
  shape { event, payload }, with a verify-challenge handshake on registration.