Hi I’m trying to add a contact by python SDK,
This is my code:
contact = {‘Company’ :“TESTcOMPANY”,‘FirstName’: ‘FirstName’, ‘LastName’ : ‘LastName’, ‘Email’ : ‘Email@gmail.com’,‘Phone1’ :‘Phone1’}
infusionsoft.ContactService(‘add’, contact)
All the data is added but the company name no? I don’t understand why
And I will be happy to know if I can tag this contact.
Many thanks!