HubSpot Cannot Process PandaDoc Webhooks
HubSpot requires Record ID's to be ingested as NUMBER type data.
PandaDoc currently sends custom Webhooks with a "linked_objects" header in the JSON payload, but this is a STRING.
When building a Custom Event or Webhook Receiver in a HubSpot Workflow, the build attempt will always fail because it cannot parse the STRING or coerce it to NUMBER, and results in a failure to finalize the webhook.
1
vote