Access call recordings from the webhook payload
recording_wav
as base64 string buffers.
Use Buffer.from
to convert the base64 string into a writable buffer, like so:
express.json({ limit: '1gb' })
middleware on your server to allow incoming large payloads.