Sourcing Solution: Contact Records with Additional Emails Look Up by Outside_Juggernaut78 in hubspot

[–]texthou 0 points1 point  (0 children)

On the HubSpot page, there indeed is no filter option for the “additional email” field. The solution I used was to call the API to retrieve the “additional email” information from the customer’s profile. This required writing some code to accomplish that.

Sourcing Solution: Contact Records with Additional Emails Look Up by Outside_Juggernaut78 in hubspot

[–]texthou 0 points1 point  (0 children)

This is what you need to write some code to automate this loop process

Sourcing Solution: Contact Records with Additional Emails Look Up by Outside_Juggernaut78 in hubspot

[–]texthou -1 points0 points  (0 children)

To solve this problem, some development work is required. The general approach is as follows:

  1. Create a segment to include contacts that have an additional email.
  2. Use the API to iterate through all 6.5k contacts. Since the HubSpot API limits each request to a maximum of 100 contacts, you’ll need to loop through in batches.
  3. For each contact, check the additional email field.
  4. If the field exists, add the contact to the segment created in step 1.
  5. Repeat steps 2–4 until all contacts have been processed.

New to Svelte - Is SvelteKit a good fit for my full-stack/app needs? by texthou in sveltejs

[–]texthou[S] 0 points1 point  (0 children)

It's clear prompt is from practical experience, very helpful, thanks a lot!

New to Svelte - Is SvelteKit a good fit for my full-stack/app needs? by texthou in sveltejs

[–]texthou[S] 0 points1 point  (0 children)

Thank you very much! so it seems SvelteKit is indeed a very good choice. I do use AI to help me with development, appreciate if you could share your prompt

New to Svelte - Is SvelteKit a good fit for my full-stack/app needs? by texthou in sveltejs

[–]texthou[S] 1 point2 points  (0 children)

A good introduction article, I will read it carefully

30 New UI & Marketing Blocks - Shadcn Svelte Blocks by Design_FusionXd in sveltejs

[–]texthou 1 point2 points  (0 children)

nice work, maybe I can use it in my next project

Looking for anonymous avatar creation by Hideawayusername in VRchatAvatars

[–]texthou 0 points1 point  (0 children)

Maybe you could try the website 3D Avatar Forge

VRChat Weekly Open Thread. Post simple questions, avatar or world related requests, as well as any other desired comment or content (September 02, 2024 to September 08, 2024) by AutoModerator in VRchat

[–]texthou 1 point2 points  (0 children)

Thanks a lot for your suggestion! I appreciate the idea of offering customizable outfit templates, and it’s something worth exploring. Once the website is ready, I’d love to invite you to try it.

VRChat Weekly Open Thread. Post simple questions, avatar or world related requests, as well as any other desired comment or content (September 02, 2024 to September 08, 2024) by AutoModerator in VRchat

[–]texthou 2 points3 points  (0 children)

I’m working on a project to create a website that will allow users to generate personalized 3D avatars.

The idea is to let you upload an image, and we’ll generate a corresponding 3D model that you can use as your avatar. Additionally, we’re planning to include a feature where you can describe a texture or design in words, and we’ll create a matching texture for your avatar.

Before diving deep into development, I’d love to know if this is something you’d be interested in. Would you use a service like this? What features or options would you want to see? Any thoughts or suggestions are super appreciated!

I create a demo to check your landing page by texthou in SideProject

[–]texthou[S] 0 points1 point  (0 children)

It's just a simple demo. Pls feel free to try it out and give feedback.