Clay Icon

How to Update Hubspot 'Title' Property Using HTTP API [Error Included]

Β·
Β·

Hey, team. I'm trying to update Hubspot properties through the HTTP API. I'm having a hard time passing the data from specific columns in the request's body. So I have the 'Title' column; what's the best way to update that property on Hubspot? The error I get is this. Also, I've attached the request body screenshot: https://share.cleanshot.com/cQSR31Km

  • Avatar of Clay Team
    Clay Team
    APP
    Β·
    Β·

    Hey hey! Can you drop the URL for your table here? (if applicable) 🫢 Don't worry, only admins will be able to open your table πŸ˜‰

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    Also, when I do it like this, I get 'Missing input'.

  • Avatar of Clay Team
    Clay Team
    APP
    Β·
    Β·

    Hey Vladimir, thanks for reaching out! taking a look

  • Avatar of Clay Team
    Clay Team
    APP
    Β·
    Β·

    Hmm, that's odd. I'll check if there's anything we're missing with the team.

  • Avatar of Clay Team
    Clay Team
    APP
    Β·
    Β·

    Also, I noticed the account is still in a trial period. Why not use the CRM integration, in the meantime? Or is this a workaround to use it with the Explorer plan?

    eb285c56-5137-40cc-96bc-51f41c00ab11.png(77 kB)
  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    Arturo O., thank you. Meanwhile, I am doing the same thing to update the company properties. Yeah, in a way it is - right now we are going to spend about 1k credits a month on enriching leads from Hubspot, so it's far from 50k credits Explorer plan comes with. Even though we'll use it for initial existing users enrichment.

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    Also, from what I understood when we talked the last time, Hubspot integration is not very fast, is it?

  • Avatar of Clay Team
    Clay Team
    APP
    Β·
    Β·

    Got it! Yeah, they have their own rate limits which could be low but should still work when it's the workflow is also automated. To clarify, you were also looking to import them a lot sooner than every 24hrs, right? I think the team is planning some updates around that but for more real-time imports, the webhook you have does seem like the best option for that case

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    Arturo O. yeah, ideally we want to have all the enrichment data about the lead as soon as possible, so our team can quickly understand their value and prioritize.

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    So that's why we decided to give it a try with Webhooks. We only send leads to Clay for enrichment after they pass our own validation, so that's why we want to get info about them and set priorities for the sales team

  • Avatar of Clay Team
    Clay Team
    APP
    Β·
    Β·

    Okay, just reached out to the team to help us out. In any case, I'll add Eric E. for visibility and when available, in case he can help us out.

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    Thank you!

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    I quick update - the problem happens when I try to update company properties as well: missing input

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    Clay Team any updates on this one? 😞

  • Avatar of Eric E.
    Eric E.
    Β·
    Β·

    Hey Vladimir G. β€” We should be back up and running here

  • Avatar of Eric E.
    Eric E.
    Β·
    Β·

    The missing input is a bug on our side that we’ll need to fix 😞 β€” it’s treating 0 as falsy β€” so since years of experience was 0 it failed

  • Avatar of Eric E.
    Eric E.
    Β·
    Β·

    However, you should be up and running now, other than people with 0 years of experience. I’ll log that as a high priority bug

  • Avatar of Eric E.
    Eric E.
    Β·
    Β·

    Hey Vladimir G. β€” i just submitted a bug fix for the zero years of experience case. It should be landed in the morning ET πŸ™‚

  • Avatar of Eric E.
    Eric E.
    Β·
    Β·

    The fix was merged Vladimir G. β€” in 20 minutes, you’ll be able to use 0 values too πŸ˜„

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    Eric E. thank you, I will give it a test now.

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    Hoorah, 0s can go in the Hubspot πŸ™‚

  • Avatar of Vladimir G.
    Vladimir G.
    Β·
    Β·

    All works like a charm, thank you