DEVEXP-1409: README unification#256
Open
Hurus111 wants to merge 6 commits into
Open
Conversation
… clarify environment variable usage for credentials
JPPortier
reviewed
Jun 16, 2026
| ## Prerequisites | ||
|
|
||
| Before being able to execute the commands described below, you will need to install Node.js. We recommend [installing the current or the LTS version](https://nodejs.org/en). | ||
| - Node.js 18 or later (LTS recommended) |
There was a problem hiding this comment.
Can we provide exact list of version used from CI matrix for validation ?
Do we have HTTP link onto each of them ?
| ## Supported APIs | ||
|
|
||
| ### Node.js supported versions | ||
| | API Category | API Name | |
There was a problem hiding this comment.
Can we have empty cells onto 1st column when API category is same across rows ? (@marcos-sinch same for Python)
| | API Category | API Name | | ||
| |-----------------|----------| | ||
| | Messaging | [Conversation API](https://developers.sinch.com/docs/conversation) | | ||
| | Messaging | [SMS API](https://developers.sinch.com/docs/sms) | |
There was a problem hiding this comment.
We could add also here a note about "End Of Sale" for SMS to avoid any new user going to implement SMS usage and not Conversation (@marcos-sinch same for Python)
| ## SDK usage | ||
| `SINCH_CONVERSATION_APP_SECRET` is the app secret set per app in the [Conversation dashboard](https://dashboard.sinch.com/convapi/apps). `parseEvent` works without validating the request, but then its origin can't be verified, so validating is recommended in production. | ||
|
|
||
| You can find a complete example in [examples/webhooks](./examples/webhooks). |
There was a problem hiding this comment.
May be pointing to the section related to Conversation:
sinch-sdk-node/examples/webhooks/src/controller/app.controller.ts
Lines 41 to 61 in af26fb0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.