View Source WeChat.Work.Customer.Moment (wechat v0.16.0)

客户朋友圈

Summary

Types

朋友圈ID

规则组ID

Types

@type moment_id() :: String.t()

朋友圈ID

@type strategy_id() :: String.t()

规则组ID

Functions

Link to this function

create_moment_strategy(client, agent, body)

View Source
@spec create_moment_strategy(WeChat.Work.client(), WeChat.Work.agent(), body :: map()) ::
  WeChat.response()

创建新的规则组 - 官方文档

企业可通过此接口创建一个新的客户朋友圈规则组。该接口仅支持串行调用,请勿并发创建规则组。

Link to this function

delete_moment_strategy(client, agent, strategy_id)

View Source
@spec delete_moment_strategy(WeChat.Work.client(), WeChat.Work.agent(), strategy_id()) ::
  WeChat.response()

删除规则组 - 官方文档

企业可通过此接口删除某个客户朋友圈规则组。

Link to this function

edit_moment_strategy(client, agent, body)

View Source
@spec edit_moment_strategy(WeChat.Work.client(), WeChat.Work.agent(), body :: map()) ::
  WeChat.response()

编辑规则组及其管理范围 - 官方文档

企业可通过此接口编辑规则组的基本信息和修改客户朋友圈规则组管理范围。该接口仅支持串行调用,请勿并发修改规则组。

Link to this function

get_moment_comments(client, agent, moment_id, userid)

View Source
@spec get_moment_comments(
  WeChat.Work.client(),
  WeChat.Work.agent(),
  moment_id(),
  WeChat.Work.User.userid()
) :: WeChat.response()

获取客户朋友圈的互动数据 - 官方文档

企业和第三方应用可通过此接口获取客户朋友圈的互动数据。

Link to this function

get_moment_customer_list(client, agent, moment_id, userid, opts \\ [])

View Source
@spec get_moment_customer_list(
  WeChat.Work.client(),
  WeChat.Work.agent(),
  moment_id(),
  WeChat.Work.User.userid(),
  opts()
) :: WeChat.response()

获取客户朋友圈发表时选择的可见范围 - 官方文档

企业和第三方应用可通过该接口获取客户朋友圈创建时,选择的客户可见范围。

Link to this function

get_moment_list(client, agent, start_time, end_time, opts \\ [])

View Source
@spec get_moment_list(
  WeChat.Work.client(),
  WeChat.Work.agent(),
  start_time(),
  end_time(),
  opts()
) ::
  WeChat.response()

获取企业全部的发表列表 - 官方文档

企业和第三方应用可通过该接口获取企业全部的发表内容。

Link to this function

get_moment_send_result(client, agent, moment_id, userid, opts \\ [])

View Source
@spec get_moment_send_result(
  WeChat.Work.client(),
  WeChat.Work.agent(),
  moment_id(),
  WeChat.Work.User.userid(),
  opts()
) :: WeChat.response()

获取客户朋友圈发表后的可见客户列表 - 官方文档

企业和第三方应用可通过该接口获取客户朋友圈发表后,可在微信朋友圈中查看的客户列表。

Link to this function

get_moment_strategy(client, agent, strategy_id)

View Source
@spec get_moment_strategy(WeChat.Work.client(), WeChat.Work.agent(), strategy_id()) ::
  WeChat.response()

获取规则组详情 - 官方文档

企业可以通过此接口获取某个客户朋友圈规则组的详细信息。

Link to this function

get_moment_strategy_range(client, agent, strategy_id, opts)

View Source
@spec get_moment_strategy_range(
  WeChat.Work.client(),
  WeChat.Work.agent(),
  strategy_id(),
  opts()
) ::
  WeChat.response()

获取规则组管理范围 - 官方文档

企业可通过此接口获取某个朋友圈规则组管理的成员和部门列表。

Link to this function

get_moment_task(client, agent, moment_id, opts \\ [])

View Source
@spec get_moment_task(WeChat.Work.client(), WeChat.Work.agent(), moment_id(), opts()) ::
  WeChat.response()

获取客户朋友圈企业发表的列表 - 官方文档

企业和第三方应用可通过该接口获取企业发表的朋友圈成员执行情况。

Link to this function

list_moment_strategy(client, agent, opts)

View Source
@spec list_moment_strategy(WeChat.Work.client(), WeChat.Work.agent(), opts()) ::
  WeChat.response()

获取规则组列表 - 官方文档

企业可通过此接口获取企业配置的所有客户朋友圈规则组id列表。