Expofp

Learn how to use Expofp with Composio

Overview

Enum

EXPOFP

Description

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

Authentication Details

subdomain
stringRequired
suffix.one
stringRequired
api_token
stringRequired

Actions

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."

Action Parameters

eventId
integerRequired
name
stringRequired
token
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all expos. uses mock api endpoint for testing.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to list all extras for an expo. use after obtaining a valid exporter api token and expo event id. example: "list all extras for event 2655."

Action Parameters

eventId
integerRequired
token
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to remove a category from an expo. use when you have the category id and a valid api token. example: "remove category #123."

Action Parameters

id
integerRequired
token
stringRequired

Action Response

data
object
error
string
successful
boolean
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'."

Action Parameters

id
integerRequired
name
stringRequired
token
stringRequired

Action Response

data
object
error
string
successful
boolean