Using Postman with HubSpot Just Got Easier!

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 18

  • @JonMclarenAtHubSpot
    @JonMclarenAtHubSpot Рік тому +3

    I dig the hoodie wearing Chicken doing development that is your background image.

  • @MelissaPortales
    @MelissaPortales 10 місяців тому +1

    Thanks for the video. How would you query a contact by phone? I can't seem to find the correct syntax.

    • @HubSpotDevelopers
      @HubSpotDevelopers  10 місяців тому

      I would start by using the operator "CONTAINS_TOKEN"
      an example would be like this:
      {
      "filterGroups":[
      {
      "filters":[
      {
      "propertyName": "phone",
      "operator": "CONTAINS_TOKEN",
      "value": "123459888"
      }
      ]
      }
      ]
      }

  • @amanshukla270
    @amanshukla270 4 місяці тому +1

    I wanna create a live connection between HubSpot and my other database.
    Use case :- I want to add a value in contact records whenever a value is updating in my DB.
    Is it possible.?

    • @HubSpotDevelopers
      @HubSpotDevelopers  4 місяці тому

      for sure! if the record exists, you will send a patch request, if it is a new contact, you would use the post request.
      developers.hubspot.com/docs/api/crm/contacts

  • @Omkar-vk7xz
    @Omkar-vk7xz 8 місяців тому

    Hi, Can we use any filter direcly on api endpoint url?
    I want to exclude the updatedAt property from contacts

    • @HubSpotDevelopers
      @HubSpotDevelopers  8 місяців тому

      The only filtering you can do with the URL is getting a record with it's ID property. There is no way currently to remove updatedAt, the object record ID or create date.

  • @Daniel-pi8ul
    @Daniel-pi8ul 8 місяців тому +2

    hi there, you teached how to do with contact, in trying to do it with tickets, but the filtering hard to untherstand, if I wanna filter by the ticket id, could you please send me the json query, this is the raw, but i dont mannage to untherstand how does it work, for example, if i want to filter by the id and sort it by the name or smthng, also if you could tell me what does mean the "after" and the "limit"; thanks
    {
    "after": "",
    "filterGroups": [
    {
    "filters": [
    {
    "operator": "",
    "propertyName": "",
    "value": ""
    },
    {
    "operator": "",
    "propertyName": "",
    "value": ""
    }
    ]
    },
    {
    "filters": [
    {
    "operator": "",
    "propertyName": "",
    "value": ""
    },
    {
    "operator": "",
    "propertyName": "",
    "value": ""
    }
    ]
    }
    ],
    "limit": "",
    "properties": [
    "",
    ""
    ],
    "sorts": [
    "",
    ""
    ],
    "query": ""
    }

    • @HubSpotDevelopers
      @HubSpotDevelopers  8 місяців тому +1

      This is a great question! I am going to create a follow up video next week to answer this question. it will be better that way than in the comments! keep these coming!

    • @Daniel-pi8ul
      @Daniel-pi8ul 8 місяців тому

      @@HubSpotDevelopers I finally could understand the sintax and do all I wanted to . Now i'm doing it all by coding on php, i've done the full crud for contacts and tickets. It will be fine too, watching the video you say you are going to do, just to even understand more how to use the whole json sintax for tickets, differents cases and dificulties you know. Really thanks and i'll be waitting for your video.

  • @kesavareddyvennapusa-b1w
    @kesavareddyvennapusa-b1w Рік тому +1

    Hi team, please help in creating multiple contacts (bulk create) api

    • @HubSpotDevelopers
      @HubSpotDevelopers  Рік тому

      Hey! You can bulk create contacts in a few ways. you could use the import tool via the UI. import tool via the API or batch create contacts using the contacts object endpoint.
      docs for import api developers.hubspot.com/docs/api/crm/imports
      docs for contacts api developers.hubspot.com/docs/api/crm/contacts

  • @laxmandasoni6311
    @laxmandasoni6311 7 місяців тому

    how to create multiple contacts through API

    • @HubSpotDevelopers
      @HubSpotDevelopers  7 місяців тому

      You will want to use the batch endpoint. You should see these listed in the developer documentation
      developers.hubspot.com/docs/api/crm/contacts

  • @jeyfhereuancanul1827
    @jeyfhereuancanul1827 8 місяців тому +1

    magic

  • @aleksandarperisic
    @aleksandarperisic Рік тому

    🎉

  • @waltmanz
    @waltmanz Рік тому +1

    Can't read the screen, image too blurry, pity sounded like good content!

    • @HubSpotDevelopers
      @HubSpotDevelopers  Рік тому

      Thanks for the comments! Always looking to improve the quality