The intercom.io API supports passing in a last_request_at parameter at user creation (or update) time. This is missing from the python client, which means you need to separately call Intercom.create_impression to correctly register a LAST_SEEN attribute.
It would be very useful to have this parameter supported in the python interface.
The intercom.io API supports passing in a
last_request_atparameter at user creation (or update) time. This is missing from the python client, which means you need to separately callIntercom.create_impressionto correctly register aLAST_SEENattribute.It would be very useful to have this parameter supported in the python interface.