---
title: "CreateAutomationWorkflowRuleResponse"
url: "https://earlyaccess.developers.bynder.com/apis/automation-workflow-api-1/versions/428d2b99-ec99-455a-8d22-c0d61a9bb810/schemas/CreateAutomationWorkflowRuleResponse"
---

> Full API specification: https://earlyaccess.developers.bynder.com/apis/automation-workflow-api-1/versions/428d2b99-ec99-455a-8d22-c0d61a9bb810.md

# CreateAutomationWorkflowRuleResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Automation Workflow API
  version: 1.0.0
servers:
  - url: https://{your-bynder-domain}/api/1/automation-workflow/
components:
  schemas:
    CreateAutomationWorkflowRuleResponse:
      properties:
        account_id:
          type: string
        created_by_id:
          type: string
        date_created:
          type: string
        date_modified:
          type: string
        edited_by_id:
          type: string
        id:
          type: string
        name:
          type: string
        status:
          type: string
      required:
        - id
        - status
        - name
        - account_id
        - created_by_id
        - date_created
        - date_modified
      title: CreateAutomationWorkflowRuleResponse
      type: object
```
