Vonage / vonage-node-sdk

Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Apache License 2.0
374 stars 178 forks source link

fix: Fixed issue with WA Template interface from older, incorrect spec #730

Closed dragonmantank closed 1 year ago

dragonmantank commented 1 year ago

Description

Changed the WhatsApp template parameters to a string[] versus the older, incorrect definition.

Motivation and Context

This module was built way back when Messages v1 was first deployed, but the OpenAPI spec at the time was incorrect. This code never got updated to reflect the fix in the OpenAPI spec.

Testing Details

Unit tests

Example Output or Screenshots (if appropriate)

Types of changes

Checklist