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

# Add Custom Module Record

Create a new custom module record.

<Note>
  External Documentation

  To learn more, visit the [Manage Engine ServiceDesk Plus Cloud documentation](https://www.manageengine.com/products/service-desk/sdpod-v3-api/custom/custom_module.html#add-custom-module).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                 | Description                                                                                                                                                                                                                                                                                                                                                                                                        |
  | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Attributes                | The custom attributes of the custom module record.<br /><br />**Note:** Each attribute must be pre-configured in the application settings (`Setup/Developer Space/Custom Modules`) before using this action.<br /><br />**Format:** <br /><pre><code>\{<br />   "txt\_string":"value",<br />   "num\_string":123,<br />   "txt\_nested\_Field":\{<br />      "id":"1440000000006627"<br />   }<br />}</code></pre> |
  | Custom Module API Name    | The API name. Must start with `cm_` prefix.<br />        <br />For more information, refer to [Service Desk's documentation](https://www.manageengine.com/products/service-desk/sdpod-v3-api/custom/introduction.html)                                                                                                                                                                                             |
  | Custom Module Record Name | The custom module record name, mapped to the `text_name` attribute.                                                                                                                                                                                                                                                                                                                                                |
  | Portal Name               | The Portal URL Name.<br />        <br />For more information, refer to [Service Desk's documentation](https://www.manageengine.com/products/service-desk/sdpod-v3-api/getting-started/portals.html)                                                                                                                                                                                                                |
</div>

## Example Output

```json theme={"dark"}
{
	"response_status": {
		"status_code": 2000,
		"status": "success"
	},
	"cm_client_portal": {
		"created_time": {
			"display_value": "Oct 13, 2021 11:42 AM",
			"value": "1634105536583"
		},
		"last_updated_by": null,
		"attachments": [],
		"last_updated_time": null,
		"cm_attributes": {
			"num_insurance_number": "12344",
			"txt_address": "Paris",
			"ref_department": {
				"site": null,
				"name": "Sales",
				"id": "1440000000006627"
			},
			"txt_email": "johndoe@example.com",
			"txt_name": "John Doe"
		},
		"id": "1440000004206003",
		"custom_module": {
			"api_plural_name": "cm_client_portal",
			"name": "cm_client_portal",
			"display_name_plural": "Client Portal",
			"id": "1440000004197001",
			"display_name": "Client Portal",
			"icon_name": "cmdb-default-icon"
		},
		"created_by": {
			"email_id": "sugan@zylker.com",
			"is_technician": true,
			"sms_mail": null,
			"mobile": null,
			"last_name": "ugant",
			"user_scope": "0",
			"phone": "9791152464",
			"name": "Sugan",
			"id": "1440000000073011",
			"photo_url": "https://contacts.local.com/file?exp=10&ID=53876454&t=user&height=60&width=60",
			"is_vip_user": false,
			"department": null,
			"first_name": "V",
			"job_title": null
		},
		"deleted_time": null
	}
}
```

## Workflow Library Example

[Add Custom Module Record with Manage Engine Servicedesk Plus Cloud and Send Results Via Email](https://library.blinkops.com/workflows/add-custom-module-record-with-manage-engine-servicedesk-plus-cloud-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/add-custom-module-record-with-manage-engine-servicedesk-plus-cloud-and-send-results-via-email/canvas" />
</div>
