# Proofly

Proofly is a social proof toolkit that helps boost website conversions by displaying real-time notifications of customer activities.

- **Category:** marketing automation
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 3
- **Triggers:** 0
- **Slug:** `PROOFLY`
- **Version:** 20260211_00

## Tools

### Get Activity Logs

**Slug:** `PROOFLY_GET_ACTIVITY_LOGS`

Tool to retrieve activity logs of the user. Use when needing recent actions; call after confirming authentication.

#### 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 Proofly Campaigns

**Slug:** `PROOFLY_GET_CAMPAIGNS`

Tool to retrieve all Proofly campaigns. Use after authenticating to list your campaigns.

#### 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 Proofly User Info

**Slug:** `PROOFLY_GET_USER`

Tool to retrieve general information of the authenticated user. Use after authentication to fetch user profile details.

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