Hi all, Are we able to create workflow triggers based of timeline events on a company record at all? We have developed our own app to record operational timeline events, and this makes sense to only apply to the company rather than associate Beitrag ansehen
I am trying to open a iframe dialog that will record screen, cam and microphone. Camera and microphone is working, but screen recording throws error: DOMException: Failed to execute 'getDisplayMedia' on 'MediaDevices': Access to the feature "display Beitrag ansehen
Hello @snorreks The error message you received, "DOMException: Failed to execute 'getDisplayMedia' on 'MediaDevices': Access to the feature 'disp...Beitrag ansehen
Hi guys! I was try take custom object associations in requisition from endpoint meet: https://developers.hubspot.com/docs/api/crm/meetings But, I couldn't. When I use deals, I can get deals associations ID's, in this endpoint: https://api.hubapi. Beitrag ansehen
Hello @Leandro_Oliver you can use the following endpoint.
GET /crm/v3/objects/meetings/:meetingId/associations/:objectType
:meetingId i...Beitrag ansehen
I am using a call like this: ``` curl --request POST \ --url ' https://api.hubapi.com/crm/v3/objects/contacts/batch/read?archived=true ' \ --data '{ "inputs": [ "12345", "2501"] }' ``` The first id is bogus, and gets returned as `errors[]. Beitrag ansehen
I'm trying to include Live Chat on our website. First of all, I have included the Tracking Code from Settings -> Inboxes -> Tracking Code. Then I used ChatWidget SDK: https://developers.hubspot.com/docs/api/conversation/chat-w Beitrag ansehen
Based on what I've seen with the "Updated Deal Stage" trigger, it only supports a single pipeline. Is there a way to indicate mutliple pipelines? I would rather set up a single zap for all pipelines to manage rather than set up 6 separate zaps that Beitrag ansehen
Hi, @EPBrivity 👋 Thanks for reaching out!
The short answer — you're correct that if you need to automate based on changes across multipl...Beitrag ansehen
Hi! I would like to know how to send the http referrer from a hubspot landing page to an external website, in order to be available on the other PHP website on the $_SERVER['HTTP_REFERER'] For context, we're building a landing Beitrag ansehen
Hi, I try to filter companies by their values of a custom field. For this I use the /crm/v3/objects/companies/search endpoint and add the following body: {
"filterGroups": [
{
"filters": [
{
"propertyName": "hello Beitrag ansehen
Hey, @Svenson 👋 Did you get this worked out? If not, I have a few questions and a suggestion.
Questions:
Can you navigate to Settings >...Beitrag ansehen
Hey, @PavanM 👋 Thanks for your question.
This issue has come up in various forms many times. The short answer is — there isn't a single ca...Beitrag ansehen
I am trying to integrate 2 hubspot forms on the same page but once I have filled in one form the second one seems not to work.
In the console I have the POST call https://forms-eu1.hsforms.com/submissions/v3/public/submit/formsnext/multipart/ Beitrag ansehen
Hi, @GianVentura 👋 Welcome to the community! Thanks for your question and for including those details. When troubleshooting forms, it's often ch...Beitrag ansehen
Hello all,
I'm developing a product registration bot for one of our clients. There are two use cases for the bot:
1. end customer registers his product 2. service partner registers the product for the end customer.
1st case works very well Beitrag ansehen
Hello all, I have created a custom object and created a workflow so that whenever the object is updated, it will trigger the webhook and the payload will be received at the provided endpoint. But in the payload objectType is UNKNOWN. Like how when c Beitrag ansehen
Hello @SBhavsar You may need to check the configuration of your custom object and ensure that it is properly registered and recognized by the sys...Beitrag ansehen