> ## 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 Card

Create a new card.

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                                                                                    |
  | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Description  | The description for the card.                                                                                                                                                                  |
  | Due Date     | A due date for the card.                                                                                                                                                                       |
  | Label IDs    | Comma-separated list of label IDs to add to the card.                                                                                                                                          |
  | List ID      | The ID of the list the card should be created in. <br />You can retrieve this ID via the "Get Board Lists" action or by referencing an existing card in the list via the "GetCardByID" action. |
  | Members' IDs | Comma-separated list of member IDs to add to the card.                                                                                                                                         |
  | Name         | The name for the card.                                                                                                                                                                         |
  | Position     | The position of the new card. `top`, `bottom`, or a positive float.                                                                                                                            |
  | Start Date   | The start date of a card, or `null`.                                                                                                                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "<string>",
	"badges": {
		"attachments": 1,
		"fogbugz": "<string>",
		"checkItems": 0,
		"checkItemsChecked": 2,
		"checkItemsEarliestDue": null,
		"comments": 2,
		"description": false,
		"due": null,
		"dueComplete": false,
		"lastUpdatedByAi": false,
		"start": null,
		"externalSource": null,
		"attachmentsByType": {
			"trello": {
				"board": 2,
				"card": 1
			}
		},
		"location": false,
		"votes": 2,
		"maliciousAttachments": 2,
		"viewingMemberVoted": false,
		"subscribed": false
	},
	"checkItemStates": [],
	"closed": false,
	"dueComplete": false,
	"dateLastActivity": "2014-07-15T01:43:52.511Z",
	"desc": "<string>",
	"descData": {
		"emoji": {}
	},
	"due": null,
	"dueReminder": null,
	"email": null,
	"idBoard": "<string>",
	"idChecklists": [],
	"idList": "<string>",
	"idMembers": [],
	"idMembersVoted": [],
	"idShort": 3324,
	"idAttachmentCover": null,
	"labels": [],
	"idLabels": [],
	"manualCoverAttachment": false,
	"name": "<string>",
	"nodeId": "<string>",
	"pinned": false,
	"pos": 14389239,
	"shortLink": "<string>",
	"shortUrl": "<string>",
	"start": null,
	"subscribed": false,
	"url": "<string>",
	"cover": {
		"idAttachment": null,
		"color": null,
		"idUploadedBackground": null,
		"size": "<string>",
		"brightness": "<string>",
		"idPlugin": null
	},
	"isTemplate": false,
	"cardRole": null,
	"mirrorSourceId": null,
	"attachments": [],
	"stickers": [],
	"limits": {}
}
```

## Workflow Library Example

[Create Card with Trello and Send Results Via Email](https://library.blinkops.com/workflows/create-card-with-trello-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-card-with-trello-and-send-results-via-email/canvas" />
</div>
