Intercom.Tags (intercom_elixir v2.0.1) View Source
Provides functionality for managing tags.
See https://developers.intercom.com/intercom-api-reference/reference#tag-model
Link to this section Summary
Link to this section Functions
Specs
list() :: Intercom.API.response()
Retrieves all tags. No pagination is available until Intercom implements them into their API.
Returns {:ok, data, metadata}
or {:error, error_code, metadata}
.