# Expofp

ExpoFP provides free interactive floor plan software for expos and conferences.

- **Category:** event management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 18
- **Triggers:** 0
- **Slug:** `EXPOFP`
- **Version:** 20260307_00

## Tools

### Add Category

**Slug:** `EXPOFP_ADD_CATEGORY`

Tool to add a new category to an expo. Use when you have both the expo event ID and a valid API token. Example: "Add category 'Keynotes' to event 2655."

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `name` | string | Yes | Name of the category to add |
| `token` | string | Yes | API token obtained from ExpoFP profile page. |
| `eventId` | integer | Yes | Unique numeric ID of the expo event. |

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

### Delete Exhibitor

**Slug:** `EXPOFP_DELETE_EXHIBITOR`

Tool to delete an exhibitor from an expo by their ID. Use when you have the exhibitor ID and a valid API token.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | integer | Yes | Unique ID of the exhibitor to delete. |
| `token` | string | Yes | API token obtained from ExpoFP profile page. |

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

### Delete Session Speakers

**Slug:** `EXPOFP_DELETE_SESSION_SPEAKERS`

Tool to delete session speakers by their IDs. Use when you need to remove one or more session speakers from an expo.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ids` | array | Yes | List of session speaker IDs to delete. Must contain at least one ID. |
| `expoId` | integer | Yes | Unique numeric ID of the expo event |

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

### Delete Session Tracks

**Slug:** `EXPOFP_DELETE_SESSION_TRACKS`

Tool to delete session tracks by IDs from an expo. Use when you need to remove multiple session tracks. Provide the expo ID, API token, and list of session track IDs to delete.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `ids` | array | Yes | List of session track IDs to delete. Must contain at least one ID. |
| `expoId` | integer | Yes | Expo ID to delete session tracks from. |

#### 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 Bulk Read Exhibitors Template

**Slug:** `EXPOFP_GET_BULK_READ_EXHIBITORS_TEMPLATE`

Tool to get the template structure for bulk reading exhibitors from an expo. Use when you need to understand the required format for bulk importing exhibitor data.

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

**Slug:** `EXPOFP_GET_OFFLINE_ARCHIVE`

Lightweight retrieval of offline archive state that never starts a build. Returns the current known ExpoOfflineState for the specified version if available, or null if not. Use when you need to check the status of an existing archive without triggering a new build.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `expoKey` | string | Yes | The expo key slug (human-readable identifier for the expo) |
| `version` | string | Yes | Version number (integer) or 'latest'/'l' for the most recent version |

#### 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 or Create Offline Archive

**Slug:** `EXPOFP_GET_OR_CREATE_OFFLINE_ARCHIVE`

Retrieve the offline archive state for a specific expo version. If the archive does not exist and the requested version is 'latest', the server automatically starts the creation process and returns the build state. Use this action when you need to download an expo for offline use or check the status of an ongoing archive build. The optional waitseconds parameter enables server-side polling for synchronous workflows.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `version` | string | Yes | Version number (integer) or 'latest'/'l' for the most recent version |
| `expo_key` | string | Yes | The expo key slug identifying the expo event |
| `waitseconds` | integer | No | Enables server-side polling for up to N seconds. If specified, the server will wait up to this many seconds for archive completion before responding. Useful for synchronous workflows. |

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

**Slug:** `EXPOFP_GET_SESSION_TRACKS`

Retrieve all session tracks for a specific expo event. Session tracks are categories or themes used to organize sessions within an expo, such as "Technology", "Marketing", "Product", etc. This action returns the complete list of tracks with their IDs, names, external IDs, and color codes. Use this action when you need to categorize or filter sessions by track. Example: "Get all session tracks for expo 32971"

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `expoId` | integer | Yes | Unique numeric ID of the expo event. Use the List All Expos action to get valid expo IDs. |

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

### List All Expo Extras

**Slug:** `EXPOFP_LIST_ALL_EXPO_EXTRAS`

Retrieves all extras (additional services/items) available for a specific expo event, including general extras and booth-specific extras with exhibitor details. Use this action to get a comprehensive list of purchasable extras for an event. Example: "List all extras for event 2655."

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `eventId` | integer | Yes | Unique numeric ID of the expo event. Use the List All Expos action to get valid event IDs. |

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

### List All Expos

**Slug:** `EXPOFP_LIST_ALL_EXPOS`

Retrieve all expos (events/exhibitions) accessible with the authenticated ExpoFP account. This action fetches a complete list of expos with their details including event IDs, names, descriptions, dates, time zones, locations, and status. The expo IDs returned can be used with other ExpofP actions that require an event ID parameter. No input parameters are required - the action uses the authentication token to determine which expos the user has access to. Example usage: - "List all my expos" - "Show me all available events" - "Get all expo IDs"

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

### List Categories

**Slug:** `EXPOFP_LIST_CATEGORIES`

Retrieve all categories for a specific expo event. This action fetches a complete list of categories with their IDs and names for a given expo. The category IDs returned can be used with other ExpofP actions that require a category ID parameter (e.g., updating or removing categories). Use this action when you need to see all categories configured for an expo. Example: "List all categories for event 32971" or "Show me categories for expo 2655".

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `eventId` | integer | Yes | Unique numeric ID of the expo event. Use the List All Expos action to get valid event IDs. |

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

### Bulk Read Exhibitors

**Slug:** `EXPOFP_LIST_EXHIBITORS`

Tool to bulk read exhibitors from an expo with customizable response template. This action retrieves all exhibitors from a specified expo. You can optionally provide a response template to control which fields are returned, or pass null/omit the template to receive all available exhibitor data. Use when you need to fetch exhibitor information from an expo event. The expo ID can be obtained from the List All Expos action.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `token` | string | Yes | API token obtained from ExpoFP profile page |
| `expoId` | integer | Yes | Unique numeric ID of the expo event to read exhibitors from |
| `responseItemTemplate` | object | No | Optional template to customize response fields. Copy response from Bulk Read Exhibitors Template and remove extra fields, or pass null to take all fields. |

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

### Remove Category

**Slug:** `EXPOFP_REMOVE_CATEGORY`

Tool to remove a category from an expo. Use when you have the category ID and a valid API token. Example: "Remove category #123."

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | integer | Yes | Unique ID of the category to remove. |
| `token` | string | Yes | API token obtained from ExpoFP profile page. |

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

### Set Exhibitor Logo

**Slug:** `EXPOFP_SET_EXHIBITOR_LOGO`

Tool to set or remove an exhibitor logo using multipart/form-data. Use when you need to upload a logo image file or provide an image URL for an exhibitor, or remove an existing logo by passing null for the image file.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `token` | string | Yes | API token obtained from ExpoFP profile page. |
| `imgUrl` | string | No | Image URL as an alternative to uploading a file. Provide either Img_file or imgUrl, not both. |
| `Img_file` | object | No | Image file to upload as exhibitor logo. Pass null to remove the existing logo. |
| `exhibitorid` | integer | Yes | Unique numeric ID of the exhibitor. |

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

### Update Category

**Slug:** `EXPOFP_UPDATE_CATEGORY`

Tool to update an existing category. Use when you have the category ID and a valid API token. Example: "Update category #1 name to 'Category Blue'."

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | integer | Yes | Unique ID of the category to update. |
| `name` | string | Yes | New name for the category (maximum 50 characters) |
| `token` | string | Yes | API token obtained from ExpoFP profile page. |

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

### Update Exhibitor

**Slug:** `EXPOFP_UPDATE_EXHIBITOR`

Tool to update an existing exhibitor. Use when you have the exhibitor ID and want to modify exhibitor details. Only fields provided in the request are updated; undefined fields remain unchanged.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | integer | Yes | Unique ID of the exhibitor to update. |
| `zip` | string | No | Postal/ZIP code for the exhibitor. |
| `city` | string | No | City where the exhibitor is located. |
| `name` | string | No | Exhibitor name. |
| `tags` | array | No | Array of tag strings to assign to the exhibitor. |
| `xing` | string | No | XING profile URL. |
| `state` | string | No | State or province where the exhibitor is located. |
| `token` | string | Yes | API token obtained from ExpoFP profile page. |
| `phone1` | string | No | Primary phone number for the exhibitor. |
| `phone2` | string | No | Secondary phone number for the exhibitor. |
| `address` | string | No | Primary address line for the exhibitor. |
| `country` | string | No | Country where the exhibitor is located. |
| `twitter` | string | No | Twitter profile URL. |
| `website` | string | No | Exhibitor website URL. |
| `youtube` | string | No | YouTube channel URL. |
| `address2` | string | No | Secondary address line for the exhibitor. |
| `facebook` | string | No | Facebook profile or page URL. |
| `featured` | boolean | No | Whether the exhibitor is featured. |
| `linkedin` | string | No | LinkedIn profile or company page URL. |
| `metadata` | array | No | Array of metadata objects for custom fields. |
| `videoUrl` | string | No | URL to a promotional or informational video. |
| `instagram` | string | No | Instagram profile URL. |
| `vatNumber` | string | No | VAT (Value Added Tax) number for the exhibitor. |
| `adminNotes` | string | No | Internal administrative notes about the exhibitor. |
| `advertised` | boolean | No | Whether the exhibitor logo is advertised in the header. |
| `categories` | array | No | Array of category IDs to assign to the exhibitor. |
| `externalId` | string | No | External ID for linking the exhibitor to external systems. |
| `googlePlus` | string | No | Google Plus profile URL. |
| `contactName` | string | No | Name of the primary contact person. |
| `description` | string | No | User-provided sanitized HTML description of the exhibitor. |
| `publicEmail` | string | No | Public-facing email address for the exhibitor. |
| `autoLoginUrl` | string | No | Auto-login URL for the exhibitor portal. |
| `contactPhone` | string | No | Phone number for the primary contact person. |
| `privateEmail` | string | No | Private email address for the exhibitor. |

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

### Upsert Sessions

**Slug:** `EXPOFP_UPSERT_SESSIONS`

Tool to create or update sessions in bulk for an expo event. Sessions are upserted based on externalId if provided - existing sessions with matching externalId are updated, otherwise new sessions are created. Use this action when you need to add new sessions to an event or update existing sessions. Example: "Add a keynote session to expo 32971" or "Update session details for external ID 'session-001'."

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `expoId` | integer | Yes | Unique numeric ID of the expo event. Use the List All Expos action to get valid event IDs. |
| `sessions` | array | Yes | List of sessions to create or update. Each session with an externalId will be updated if it exists, otherwise created. |

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

### Upsert Session Tracks

**Slug:** `EXPOFP_UPSERT_SESSION_TRACKS`

Tool to create or update session tracks in bulk for an expo. Use when you need to add new tracks or modify existing ones. Provide an id in the track object to update; omit it to create new. Example: "Create a new session track called 'Workshops' with color #FF5733."

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `token` | string | Yes | API token obtained from ExpoFP profile page |
| `expoId` | integer | Yes | Unique numeric ID of the expo event |
| `sessionTracks` | array | Yes | Array of session track objects to create or update. Each track must have a name; provide an id to update an existing track |

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