I would start by using the operator "CONTAINS_TOKEN" an example would be like this: { "filterGroups":[ { "filters":[ { "propertyName": "phone", "operator": "CONTAINS_TOKEN", "value": "123459888" } ] } ] }
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.?
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
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.
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": "" }
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!
@@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.
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
I dig the hoodie wearing Chicken doing development that is your background image.
Thanks for the video. How would you query a contact by phone? I can't seem to find the correct syntax.
I would start by using the operator "CONTAINS_TOKEN"
an example would be like this:
{
"filterGroups":[
{
"filters":[
{
"propertyName": "phone",
"operator": "CONTAINS_TOKEN",
"value": "123459888"
}
]
}
]
}
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.?
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
Hi, Can we use any filter direcly on api endpoint url?
I want to exclude the updatedAt property from contacts
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.
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": ""
}
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!
@@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.
Hi team, please help in creating multiple contacts (bulk create) api
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
how to create multiple contacts through API
You will want to use the batch endpoint. You should see these listed in the developer documentation
developers.hubspot.com/docs/api/crm/contacts
magic
🎉
Can't read the screen, image too blurry, pity sounded like good content!
Thanks for the comments! Always looking to improve the quality