Calls

Example webhook payload

We only support calls for now, and we’re planning on adding text messages soon. Reach out to support@penciled.com if you need text message support.

export type WebhookPayload = {
  type: "call",
  data: Call
}