Skip to content

Adapter - Meeting Center

This page describes version 2.0.9 of the adapter.

Overview

The Meeting Center adapter is used to send group notifications to the NEC Meeting Center system. This adapter only supports NMC version 9.1 and above of NMC. All prior versions of NMC are not supported.



Properties

Name Display Is Required Comments Type Default Value Maximum Value Minimum Value Maximum Length Minimum Length
serviceUri Service URI True The URI to the NMC server APIs. Example: https://server101.com/api/v1 string https://server/api/apiversion 1024 1
serviceLogin Service Login True The login id for the Meeting Center Apis string 1024 1
servicePassword Service Password True The password for the Meeting Center Apis password 1024 1



Commands

Send Notification (sendNotification)

Send a notification via NEC Meeting Center.

Request Properties

Name Display Description Is Required Type
account Account Account to be used when making calls to Meeting Center APIs True string
external_id External ID External ID for Meeting Center True string
subject Subject Subject of the notification. False string
smsText Sms Text The Sms part of the notification. False string

Response Properties

Name Description Type
message Message from the mass notification service. string
errors Errors (if any) from the mass notification service. string
notes Notes (if any) from the mass notification service. string

Get Mass Notification Services (getMassNotificationServices)

Get detail about all mass notification services.

Response Properties

Name Description Type
mass_notifications An array of mass notification services array
mass_notifications.account Account associated with mass notification service string
mass_notifications.external_id Unique External ID associated with mass notification service string
mass_notifications.subject Subject for mass notification service string
mass_notifications.sms_text SMS Text message for mass notification service string
mass_notifications.moderator_ac Moderator account for mass notification service string
mass_notifications.participant_ac Participant Account for mass notification service string
status Status - true/false string

LogIn (login)

Log into the Api (using credentials configured in adapter) and cache auth token in adapter.

Response Properties

Name Description Type
status Status - true/false string

Release History

Version Type Description Tracking # Date
2.0.1 Initial First release in the Adapter Type store.
2.0.6 Feature Support for NMC 9.1 and above NAP-12211
2.0.8 Maintenance Updated third-party components and improved maintainability. NAP-11518
2.0.9 Maintenance Updated third-party components and improved maintainability. NAP-23945

Categories