activecampaign-python icon indicating copy to clipboard operation
activecampaign-python copied to clipboard

How to send a custom Date Field via API

Open igianni84 opened this issue 5 years ago • 3 comments

Hi, I have created a custom field in Date format.

How do I update this field to a contact via API? The field I'm trying to update is field [17].

Ex:

parameters = {          "contact": {          'phone': '999',                  "field [17]": "2020-04-01T00: 00: 00-00: 00"          }          }          print ('I pass the parameters:' + str (parameters))          answer = ac_client.contacts.update_a_contact (idMarketing, parameters)

igianni84 avatar Mar 30 '20 12:03 igianni84

Is this issue still open? Looking for a similar usecase to update multiple custom fields that are not being set by the contact update api. @ingmferrer is there a fix incoming for the same?

Guzzler avatar Aug 25 '20 07:08 Guzzler

upvote. Looking to write and access datetime and multiselect custom fields on Accounts, Contacts, and Deals

ben-kwh avatar Oct 22 '20 20:10 ben-kwh

Is this package still being updated? We're Looking for a solution as well.

machachen avatar Jan 09 '21 03:01 machachen