ExpoFP integration (Productivity, Marketing). Imported from open-connector.
https://app.expofp.com/api/v1/list-events
/list-exhibitors
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | integer | required | Expo identifier whose exhibitors should be listed. |
/get-exhibitor
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Exhibitor identifier returned by ExpoFP. |
/get-exhibitor-id
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | integer | required | Expo identifier that owns the exhibitor. |
| externalId | string | required | External identifier configured on the exhibitor. |
/add-exhibitor
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | integer | required | Expo identifier where the exhibitor should be created. |
| name | string | optional | Exhibitor name. |
| description | string | optional | Sanitized HTML description with the tags allowed by ExpoFP. |
| featured | boolean | optional | Whether the exhibitor is featured. |
| advertised | boolean | optional | Whether the exhibitor logo is advertised in the header. |
| country | string | optional | Country. |
| address | string | optional | Address line 1. |
| address2 | string | optional | Address line 2. |
| city | string | optional | City. |
| state | string | optional | State or province. |
| zip | string | optional | ZIP or postal code. |
| phone1 | string | optional | Primary phone number. |
| phone2 | string | optional | Secondary phone number. |
| publicEmail | string | optional | Public email address. |
| privateEmail | string | optional | Private email address. |
| vatNumber | string | optional | VAT number. |
| website | string | optional | Website URL. |
| string | optional | Facebook URL. | |
| string | optional | Instagram URL. | |
| string | optional | LinkedIn URL. | |
| string | optional | Twitter or X URL. | |
| googlePlus | string | optional | Google+ URL. |
| string | optional | Xing URL. | |
| youtube | string | optional | YouTube URL. |
| videoUrl | string | optional | Video URL. |
| contactName | string | optional | Contact person name. |
| contactPhone | string | optional | Contact person phone number. |
| adminNotes | string | optional | Administrative notes hidden from the public view. |
| externalId | string | optional | External identifier used to link the exhibitor upstream. |
| autoLoginUrl | string | optional | Auto-login URL for the exhibitor portal. |
| categories | array | optional | Categories assigned to the exhibitor. |
| tags | array | optional | Tags assigned to the exhibitor. |
| metadata | array | optional | Metadata key-value pairs visible only via API. |
/update-exhibitor
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Exhibitor identifier that should be updated. |
| name | string | optional | Exhibitor name. |
| description | string | optional | Sanitized HTML description with the tags allowed by ExpoFP. |
| featured | boolean | optional | Whether the exhibitor is featured. |
| advertised | boolean | optional | Whether the exhibitor logo is advertised in the header. |
| country | string | optional | Country. |
| address | string | optional | Address line 1. |
| address2 | string | optional | Address line 2. |
| city | string | optional | City. |
| state | string | optional | State or province. |
| zip | string | optional | ZIP or postal code. |
| phone1 | string | optional | Primary phone number. |
| phone2 | string | optional | Secondary phone number. |
| publicEmail | string | optional | Public email address. |
| privateEmail | string | optional | Private email address. |
| vatNumber | string | optional | VAT number. |
| website | string | optional | Website URL. |
| string | optional | Facebook URL. | |
| string | optional | Instagram URL. | |
| string | optional | LinkedIn URL. | |
| string | optional | Twitter or X URL. | |
| googlePlus | string | optional | Google+ URL. |
| string | optional | Xing URL. | |
| youtube | string | optional | YouTube URL. |
| videoUrl | string | optional | Video URL. |
| contactName | string | optional | Contact person name. |
| contactPhone | string | optional | Contact person phone number. |
| adminNotes | string | optional | Administrative notes hidden from the public view. |
| externalId | string | optional | External identifier used to link the exhibitor upstream. |
| autoLoginUrl | string | optional | Auto-login URL for the exhibitor portal. |
| categories | array | optional | Categories assigned to the exhibitor. |
| tags | array | optional | Tags assigned to the exhibitor. |
| metadata | array | optional | Metadata key-value pairs visible only via API. |
/delete-exhibitor
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | Exhibitor identifier that should be deleted. |