APIs & Integrations

GKristjansson
Member

Python code to drip feed from one list to another

I'm new to programming within HubSpot so I have a question. How would one move an X number of contacts from one list to another every 24 hours?
I figured it'd be best to create a for loop and pop from one list X times and append to another but I can't seem to get started with this.

0 Upvotes
2 Replies 2
Jaycee_Lewis
Community Manager
Community Manager

Python code to drip feed from one list to another

Hi, @GKristjansson 👋 Thanks for reaching out! Let see if we can get the conversation going for you — hey @JBeatty @BJacobson @taran42, do you have any suggestions on how @might think about this challenge? I found this thread for a similar topic — Uploading contacts and add/removing them to a list, Python, API

 

Thank you!  — Jaycee


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes
GKristjansson
Member

Python code to drip feed from one list to another

That is a similar solution to mine but not quite the same. Any idea how this could be done?

0 Upvotes