Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To use the Nexmo connector, add the <nexmo.init> element in your configuration before carrying out any other Nexmo operations. 

Nexmo uses two-factor authentication. For more information on authentication, see https://docs.nexmo.com/index.php/US-shared-short-code-api/two-factor-authentication.

Code Block
languagexml
titleinit
<nexmo.init>
    <responseType>{$ctx:responseType}</responseType>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <apiSecret>{$ctx:apiSecret}</apiSecret>
	<apiKey>{$ctx:apiKey}</apiKey>
</nexmo.init>
Properties 
  • responseType: The response type of the method call.
  • apiUrl: The URL to access the Nexmo API.
  • apiSecret: The API secret of a valid Nexmo account.
  • apiKey: The API key of a valid Nexmo account.

Additional information

Ensure that the following Axis2 configurations are added and enabled in the <ESB_HOME>\repository\conf\axis2\axis2.xml file.

...

Now that you have connected to Nexmo, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the Nexmo Integration.

Child pages (Children Display)