We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Am I correct that company.size is not supported?
I was trying to do this config.company.size = proc { |company| company.total_count }
config.company.size = proc { |company| company.total_count }
but got an error.
Size seems to map correctly to the intercom Company attribute in their API docs. Is there another way to do this or is this just not supported?
The text was updated successfully, but these errors were encountered:
@jnarowski Update after looking into this a bit, we do support setting it on the messenger: https://developers.intercom.com/installing-intercom/web/attributes-objects#company-object
If the object you return out of the config.company.current proc has a size attribute on it it should be send to the messenger API 👍
config.company.current
Setting config.company.size like that doesn't appear to work though.
config.company.size
Sorry, something went wrong.
No branches or pull requests
Am I correct that company.size is not supported?
I was trying to do this
config.company.size = proc { |company| company.total_count }
but got an error.
Size seems to map correctly to the intercom Company attribute in their API docs. Is there another way to do this or is this just not supported?
The text was updated successfully, but these errors were encountered: