Skip to content

Instantly share code, notes, and snippets.

View AbdurRehman91's full-sized avatar
🎯
Focusing

Abdur Rehman AbdurRehman91

🎯
Focusing
View GitHub Profile
@AbdurRehman91
AbdurRehman91 / file.py
Last active December 15, 2023 12:15
Getting Data from Specific CRM
def get_bulk_data_from_crm(self,customerName,listName,mc=None):
try:
from pythonmarketo.client import MarketoClient
from pythonmarketo.helper.http_lib import HttpLib
if not mc:
mc = self.get_mko_connection(customerName)
data = {
"fields": [
"firstName",
"lastName",