Hubspot integration: how to get the PandaDoc document id from a deal through the Deals API

Comments

2 comments

  • Avatar
    Birdie Team

    Found an alternative to get the PandaDoc contract id from the Hubspot deal.
    Using the PandaDoc API (List Documents) I can query using a metadata info attached to the contract itself (metadata_hubspot.deal_id). With that field, I can get the associated document.

    Example: https://api.pandadoc.com/public/v1/documents?metadata_hubspot.deal_id={hubspot_deal_id}

    This is a workaround: instead of fetching the contract id from the deal, I use the deal id to get the associated contract.

    1
    Comment actions Permalink
  • Avatar
    Rocky

    Hi There, 

    Awesome! I've been asking the dev team and they told me that using the PandaDoc API would be the only solution. Thanks for the update, and sorry for the delay from our end. 

    0
    Comment actions Permalink

Please sign in to leave a comment.