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

# Edit Custom Module Record

Update an existing 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#edit-custom-module).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                                                                                                                                            |
  | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Attributes              | The custom attributes to update in the custom module record.<br /><br />**For Example:** <br /><pre><code>\{<br />   "txt\_name":"Jane Doe",<br />   "txt\_address":"London"<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 ID | The unique ID of the custom module record.                                                                                                                                                                             |
  | 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": {
			"email_id": "sugan@zylker.com",
			"name": "Sugan",
			"id": "1440000000073011"
		},
		"last_updated_time": {
			"display_value": "Oct 13, 2021 12:00 PM",
			"value": "1634106000000"
		},
		"cm_attributes": {
			"txt_name": "Jane Doe",
			"txt_address": "London"
		},
		"id": "1440000004206003"
	}
}
```

## Workflow Library Example

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