Plugins

TagmeClientAdvanced.add_plugin(user_id: str, plugin: Plugin, organization_id: str | None = None, ) → None

Add new plugin to user. If it has same route as another plugin, it would be replaced.

Parameters

* user_id – user id.

* plugin – plugin data.

* organization_id – optional organization identifier. Defaults to None.

TagmeClientAdvanced.remove_plugin(user_id: str, route: str, plugin_type: PluginTypes, organization_id: str | None = None, ) → None

Remove plugin from user by its route.

Parameters

* user_id – user id.

* route – route of plugin to remove.

* plugin_type – plugin type (CUSTOMER or MARKER).

* organization_id – optional organization identifier. Defaults to None.