View as Markdown
ExpoFP icon

ExpoFP ACTION

Update Exhibitor

Updates an exhibitor. See the documentation
  • Action
  • Writes data
  • Destructive
  • API key
  • SDK
  • MCP

IMPLEMENTATION

Call this tool

Connect a user's ExpoFP account once, then configure and run Update Exhibitor from your backend or agent.

import { PipedreamClient } from "@pipedream/sdk"

const pd = new PipedreamClient({
  projectId: process.env.PIPEDREAM_PROJECT_ID!,
  clientId: process.env.PIPEDREAM_CLIENT_ID!,
  clientSecret: process.env.PIPEDREAM_CLIENT_SECRET!,
  projectEnvironment: "production",
})

const result = await pd.actions.run({
  id: "expofp-update-exhibitor",
  externalUserId: "{external_user_id}", // any stable ID for this user in your system
  configuredProps: {
    expofp: { authProvisionId: "apn_xxxxxxx" },
    eventId: "Event ID",
    name: "Name",
  },
})

console.log(result)

SCHEMA

Inputs

Pipedream supplies the connected account. Your application provides the operation-specific values below. Dynamic inputs are resolved against that user's account.

Update Exhibitor inputs
Property Type Description
eventId Event ID string
The event ID
Required Dynamic
name Name string
Name of the exhibitor
Optional
description Description string
Description of the exhibitor
Optional
featured Featured boolean
Exhibitor is featured
Optional
advertised Advertised boolean
Exhibitor is advertised
Optional
country Country string
Country of the exhibitor
Optional
address Address string
Address of the exhibitor
Optional
city City string
City of the exhibitor
Optional
state State string
State of the exhibitor
Optional
zip ZIP string
ZIP code of the exhibitor
Optional
phone Phone string
Phone of the exhibitor
Optional
publicEmail Public email string
Public email of the exhibitor
Optional
privateEmail Private email string
Private email of the exhibitor
Optional
website Website string
Website of the exhibitor
Optional
contactName Contact name string
Contact name of the exhibitor
Optional
contactPhone Contact phone string
Contact phone of the exhibitor
Optional
adminNotes Admin Notes string
Admin notes for the exhibitor
Optional
exhibitorId Exhibitor ID string
The exhibitor ID
Required Dynamic

REFERENCE

Tool details

Behavior hints are published with the component in the Pipedream registry and surface as MCP tool annotations, so an agent can reason about a tool before it calls it.

Registry key
expofp-update-exhibitor
Version
0.0.4
App
ExpoFP
Authentication
API key
Read-only
No
Destructive
Yes
Open world
Yes