View Source Intercom.Tags (intercom_elixir v3.0.0)
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
@spec 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}
.