README is empty
README is empty
README is empty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def register_contact(name, email): | |
""" | |
Uses email domain for company name. | |
See https://developers.intercom.io/reference#create-lead | |
""" | |
data = { | |
"name": name, | |
"email": email, | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Optiks Mechatronics Pvt. Ltd.": [3719], | |
"3G Shielding Specialties": [2276], | |
"3M": [19, 1067, 8002, 1717, 2089], | |
"4D Systems": [1613, 2114], | |
"5G Hub": [3082], | |
"A&D Engineering": [3715], | |
"Aavid": [59, 1061, 8101], | |
"ABB Embedded Power": [555, 8012, 235], | |
"ABLIC U.S.A. Inc.": [1662], |