Updating organization field from segment api does not work

Hi,
So we have a setup where segment sends data to active campaign.
We try to update organization field along with some other fields in activecampaign.
Segment api sends this data to active campaign api:

analytics.identify('xyz@xyz.com', {
    'city': 'Arlington',
    'command': null,
    'dealer_code': 'abc',
    'email': 'xyz@xyz.com',
    'firstName': 'xy',
    'lastName': 'Gabriel',
    'organization': 'Washington Workplace',
    'state': 'VA',
    'zip': '22204'
})

everything updates except organization. updating organization does not work?
we even tried using ‘orgname’ instead of key ‘organization’ :

analytics.identify('xyz@xyz.com', {
    'city': 'Arlington',
    'command': null,
    'dealer_code': 'abc',
    'email': 'xyz@xyz.com',
    'firstName': 'xy',
    'lastName': 'Gabriel',
    'orgname': 'Washington Workplace',
    'state': 'VA',
    'zip': '22204'
})

‘organization’ field does not update?
Please test/help. :slight_smile:

The organization field isn’t synced from Segment into ActiveCampaign. You can see the full list of fields supported for the Identify call here: https://segment.com/docs/integrations/activecampaign/#identify

I’ve added this to our internal ideas board for future consideration.

Thanks a lot for explaining Tim!
we can always use a custom_field e.g. “org” but It’d be great if we could update system’s “organization” field… That makes activecampaign interface really useful for us.

Any update here? Been 10 months? Hopefully this feature is coming soon?

@sellr - This is not on our immediate roadmap, so I don’t have a timeline for you unfortunately.

Hi there - it’s now been coming up 3 years since this was asked - just checking to see whether allowing Segment to update a users organization (now account) is possible?

Equally - can you update the Account details via segment?

Hi. I am also curious about this. Is it possible to update an Account’s custom fields and a Deal’s custom fields in ActiveCampaign with Segment.com?

There is currently no way to pass in the organization/account from Segment to ActiveCampaign. We are always evaluating functionality like this but there are no immediate plans for this.