---
title: "Send invite resource"
url: "https://docs.signnow.com/docs/branding-send-invite-resource"
type: "page"
section: "Documentation"
slug: "branding-send-invite-resource"
---

# Send invite resource

# Send invite resource

With the send invite resource, API users can customize the embedded sending experience.

![send_invite_main_upd.png](/reference-assets/images/Branding%20guide/Send-invite/send_invite_main_upd.png)

![send_invite_advanced_options_upd.png](/reference-assets/images/Branding%20guide/Send-invite/send_invite_advanced_options_upd.png)

![send_invite_settings_panel_bg_upd.png](/reference-assets/images/Branding%20guide/Send-invite/send_invite_settings_panel_bg_upd.png)

![send_invite_preview_upd.png](/reference-assets/images/Branding%20guide/Send-invite/send_invite_preview_upd.png)


<table style="width:100%">
<thead>
<tr>
<th> UI element </th> <th> Customization options </th> <th style="width:45%"> Attributes with values </th>
</tr>
</thead>

<tr>
<td>Header</td>
<td>Show or hide the header.</td>
<td>
    
```json
"header": {
  "visibility": true
}
```

</td>
</tr>

<tr>
<td>From field</td>
<td>Show or hide the From field.</td>
<td>
    
```json
"from": {
  "visibility": true
}
```

</td>
</tr>

<tr>
<td>Settings</td>
<td>Show or hide the settings (gear icon).</td>
<td>
    
```json
"settings": {
  "visibility": true
}
```

</td>
</tr>

<tr>
<td>Customize message</td>
<td>Show or hide the Customize Message button.</td>
<td>
    
```json
"customize-message": {
  "visibility": true
}
```

</td>
</tr>

<tr>
<td>Request payment</td>
<td>Show or hide the Add Payment Request link on the page and the Request a Payment toggle in Advanced Options (More > Advanced Options).</td>
<td>
    
```json
"request-payment": {
  "visibility": true
}
```

</td>
</tr>

<tr>
<td>CC recipients</td>
<td>Show or hide the CC recipients field.</td>
<td>
    
```json
"cc-recipients": {
  "visibility": true
}
```

</td>
</tr>

<tr>
<td>Settings panel</td>
<td>Set the background color of the settings panel.</td>
<td>
    
```json
"settings-panel": {
  "background": "#ffffff"
}
```

</td>
</tr>

<tr>
<td>Preview panel</td>
<td>
<li>Show or hide the preview panel.</li>
<li>Set the background color of the preview panel.</li>
</td>
<td>
    
```json
"preview-panel": { 
  "visibility": true, 
  "background": "#f6f8fb" 
}
```

</td>
</tr>

</table>


---
*Full page: https://docs.signnow.com/docs/branding-send-invite-resource*
