# CreateIncidentInboundReceipt Message

## New Message Modal

Click the **'Messages' icon**, then **New**.

The fields to be configured for the CreateIncidentInboundReceipt New Message modal are as follows:

| Field        | Description                                                         | Value                          |
| ------------ | ------------------------------------------------------------------- | ------------------------------ |
| Message name | The message name that is unique for this integration.               | 'CreateIncidentInboundReceipt' |
| Type         | The primary purpose of the message.                                 | 'Receipt'                      |
| Direction    | The directions(s) this message is configured to support.            | 'Outbound'                     |
| Description  | The description for this message and the requirement is is meeting. | \<Your description>            |

*Your CreateIncidentInboundReceipt New Message modal should look like this:*

![](https://content.gitbook.com/content/Dk6VgKBXe6rYT8F9wuaY/blobs/4WM8AleVyrtWUq0L874G/icpg-creteincidentinboundreceipt-1.png)

Click **Submit and view** to further configure the Message.

## Response Fields

Navigate to **Message > Response**.

The Response fields to be configured are as follows:

| Field    | Description                                         | Value              |
| -------- | --------------------------------------------------- | ------------------ |
| Response | The immediate synchronous response to this message. | lookup: 'Response' |

*Your Response form should look like this:*

![](https://content.gitbook.com/content/Dk6VgKBXe6rYT8F9wuaY/blobs/4yjKtUmjJOfbYVJwnUoj/icpg-creteincidentinboundreceipt-2.png)

Navigate to **Outbound > Settings**.

## Outbound Settings Fields

The Outbound Settings fields to be configured are as follows:

| Field         | Description                                                                                                                                                                                                                                | Value                                                    |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------- |
| Path\*        | A path to append to the URL defined in the connection. Specify a full URL to override the connection. Define inline scripts to reference Stage to Request script variables by wrapping code in braces {}, e.g. /{transaction.message\_id}. | '/table/incident/{bond.getValue("external\_reference")}' |
| Action method | The SOAP Action or the REST Method to use for this message. If this field is empty the SOAP Action will default to the message name and the REST Method will default to POST.                                                              | 'PUT'                                                    |

{% hint style="info" %}
\*Path

Only add the `/table/incident` element of this value if you have used the truncated Endpoint URL in the Connection. If you have used the full Endpoint URL, this element can be excluded here.
{% endhint %}

*Your Outbound Settings form should look like this:*

![](https://content.gitbook.com/content/Dk6VgKBXe6rYT8F9wuaY/blobs/MCBTZyEjFvVpGXTAq2Ak/icpg-creteincidentinboundreceipt-3.png)

Click **Save**.

We are now ready to configure the **Fields** for our **CreateIncidentInboundReceipt** Message.
