# Re:amaze

Re:amaze is a multi-channel customer support platform offering live chat, email, social messaging, and automated workflows.

- **Category:** customer support
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `RE_AMAZE`
- **Version:** 20260211_00

## Tools

### Get report tags

**Slug:** `RE_AMAZE_GET_REPORTS_TAGS`

Tool to retrieve a list of tags used in reports. Use when analyzing tag usage metrics across conversations.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `end_date` | string | No | Report end date in YYYY-MM-DD format |
| `start_date` | string | No | Report start date in YYYY-MM-DD format |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Response Templates

**Slug:** `RE_AMAZE_GET_RESPONSE_TEMPLATES`

Tool to retrieve response templates for the brand. Use when you need canned responses to streamline replies.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `q` | string | No | Search query to filter response templates by keywords |
| `page` | integer | No | Page number for pagination through results |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
