Simple Email
Send an email when ever a feature is recorded
{
"action": {
"body": "{StandardEmail}",
"type": "SendEmail",
"title": "Soarvo Report",
"recipients": "pauljbrodin@gmail.com"
}
}
ArcGIS Online Commit
Commit feature to an ArcGIS online feature set
{
"action": {
"type": "AGOLCommit",
"url": "https://services3.arcgis.com/xxxxxx/arcgis/rest/services/<featurename>/FeatureServer/0",
"username": "agolUsername",
"password": "agolPassword!",
"keyfield": "OBJECTID"
}
}