Create Group Action
Creates an action for a specific group ID.
Parameters
Parameter | Description |
---|---|
Group ID | The ID of the group, Can be obtained via the List Groups action. |
New Action | The new action in json format, for more information Asset Panda documentation. |
Example Output
{
"id": 263772,
"name": "test769",
"type": "DefaultAction",
"key": "test769",
"account_id": 14088,
"entity_id": 86663,
"has_all_entities": true,
"has_all_statuses": true,
"linked_action_id": null,
"auto_return_linked_action": false,
"linked_action_flags": null,
"fields_counter": 0,
"is_default": false,
"is_returnable": false,
"is_auto_returnable": false,
"allow_attachment_on_open": false,
"allow_attachment_on_return": false,
"perform_on_not_returned": true,
"created_at": "2022-03-23T20:43:29.007Z",
"updated_at": "2022-03-23T20:43:29.007Z",
"icon": null,
"old_id": null,
"ordering": 0,
"track_gps": true,
"return_name": "",
"change_return_name": false,
"deactivate_depreciation": false,
"blocked_by_reservation_action_ids": null,
"created_by": null,
"is_system": false,
"feature_id": 0,
"is_creating_entity_objects": false,
"on_web_perform_group_action_before_scan_records": "scan_first",
"on_mobile_perform_group_action_before_scan_records": "scan_first",
"on_web_populating_variable_fields": null,
"on_mobile_populating_variable_fields": null,
"entity_embed_id": null,
"is_active": true
}
Workflow Library Example
Create Group Action with Asset Panda and Send Results Via Email
Preview this Workflow on desktop