> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Group Action

Creates an action for a specific group ID.

## Parameters

<div className="integrations-table">
  | 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](https://team-asset-panda.readme.io/reference/post_v3-groups-group-id-actions). |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/create-group-action-with-asset-panda-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-group-action-with-asset-panda-and-send-results-via-email/canvas" />
</div>
