Hi, I would like to create a workflow only for contacts connected with deals in specific pipelines and stages. For example: Deals stage A, B (B is the correct stage) Contact X, Y, Z, Z1 X has an association with A, B, another B Y has an asso 続きを読む
Thanks, @albertsg . I use API in many cases, unfortunately Scheduling Pages don't have any APIs. In HubSpot Ideas, I found a few ideas, but they are...続きを読む
Hello everyone. It is possible to create a scheduling page by API or create it by template? Action clone doesn't work on round robin scheduling page. How to manage hundreds of scheduling pages? Does anyone have any workaround or external applicat 続きを読む
Thanks for your answer! It's still hard to find something when the custom type has a hundred properties, but is better than nothing. In my case, I ha...続きを読む
Hi. I created a custom object and I would like to delete this type. What I do: 1. I delete all objects from this type, from"archive" too. 2. I use: DELETE /crm/v3/schemas/pXYZ_name_of_type DELETE /crm/v3/schemas/2-5555555 DELETE /crm/v3/ 続きを読む
Hi, I would like to create a workflow only for contacts connected with deals in specific pipelines and stages. For example: Deals stage A, B (B is the correct stage) Contact X, Y, Z, Z1 X has an association with A, B, another B Y has an asso 続きを読む
Hello everyone. It is possible to create a scheduling page by API or create it by template? Action clone doesn't work on round robin scheduling page. How to manage hundreds of scheduling pages? Does anyone have any workaround or external applicat 続きを読む
Hi. I created a custom object and I would like to delete this type. What I do: 1. I delete all objects from this type, from"archive" too. 2. I use: DELETE /crm/v3/schemas/pXYZ_name_of_type DELETE /crm/v3/schemas/2-5555555 DELETE /crm/v3/ 続きを読む
Hi. I have created a custom object by "post /crm/v3/schemas". I have deleted it by "delete /crm/v3/schemas/object_id". When I "get /crm/v3/schemas" I don't get this new custom object. But when I try again "post /crm/v3/schemas" a get "category":"O 続きを読む
Hi, I'm using legacy API for creating contact, after creating in two different systems I'm read this contact. 1. Get /contacts/v1/contact/vid/#{vid}/profile -> return full profile 2. Get /contacts/v1/contact/email/#{email}/profile -> return p 続きを読む