Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

req.body is not a function + wrong mapping  #42

@ghost

Description

  1. TypeError: req.body is not a function
    ext-track-labels-trackingWebhook
    at /workspace/lib/index.js:27:60

in the webhook function need to change req.body() to req.body (notice #2 req.body.data)

  1. the mapping to req.body should be changed to req.body.data to match the schema mapping
    so change req.body() to req.body.data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions