本文简要介绍 python 语言中 arcgis.gis.Group.notify
的用法。
用法:
notify(users, subject, message, method='email', client_id=None)
返回:
指示成功 (True) 或失败 (False) 的布尔值。
notify
方法创建一个组通知,该通知向组内的所有用户发送消息。Parameter
Description
users
必填清单。用户或用户名的列表。
subject
必需的字符串。通知的主题。
message
必需的字符串。将发送给组用户的消息正文。
method
可选字符串。这是将联系用户的表单。允许的值为:电子邮件、推送和内置。
电子邮件 - 通过 smtp 发送消息。
push - 将消息推送出去。
内置 - 创建用户通知。
client_id
可选字符串。推送操作的应用程序的客户端 ID。
例子:
# Usage Example >>> group.notify(users="User1234", subject= "Test Message", message="Testing the notification system", >>> method="email"
相关用法
- Python ArcGIS Group.get_members用法及代码示例
- Python ArcGIS Group.update用法及代码示例
- Python ArcGIS Group.search用法及代码示例
- Python ArcGIS Group.invite_users用法及代码示例
- Python ArcGIS Group.add_users用法及代码示例
- Python ArcGIS Group.get_thumbnail用法及代码示例
- Python ArcGIS GroupMigrationManager.load用法及代码示例
- Python ArcGIS GroupMigrationManager.create用法及代码示例
- Python ArcGIS GroupApplication.decline用法及代码示例
- Python ArcGIS GroupManager.create用法及代码示例
- Python ArcGIS GroupManager.search用法及代码示例
- Python ArcGIS GroupApplication.accept用法及代码示例
- Python ArcGIS Geometry.true_centroid用法及代码示例
- Python ArcGIS GeoAccessor.bbox用法及代码示例
- Python ArcGIS Geometry.last_point用法及代码示例
- Python ArcGIS Geometry.measure_on_line用法及代码示例
- Python ArcGIS GeoAccessor.area用法及代码示例
- Python ArcGIS Geometry.point_from_angle_and_distance用法及代码示例
- Python ArcGIS Geometry.hull_rectangle用法及代码示例
- Python ArcGIS GeoAccessor.from_parquet用法及代码示例
- Python ArcGIS Geometry.translate用法及代码示例
- Python ArcGIS Geometry.from_shapely用法及代码示例
- Python ArcGIS Geometry.intersect用法及代码示例
- Python ArcGIS Geometry.length用法及代码示例
- Python ArcGIS Geometry.area用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.Group.notify。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。