platform · inferred from evidence
Nango
A platform that triggers events like post-connection-creation and pre-connection-deletion, and handles webhook forwarding.
- Forwarded external webhooks arrive without Nango connection metadata
The recommended pattern: implement a custom script that creates the webhook in the third-party service, like Salesforce, when a connection is created, triggered by Nango's post-connection-creation event, and clean it up with the pre-connect
- Nango frontend SDK throws authorization window was closed before the authorization flow was completed
Fixed in @nangohq/frontend 0.36.31 via PR #1299. Update the frontend SDK to that version or later. The reporter confirmed the fix works perfectly. Source: https://github.com/NangoHQ/nango/issues/1251 Source: https://github.com/NangoHQ/nan
- incomplete_raw_credentials thrown when requesting a Slack user token
Fixed upstream in Nango PR #4025. Update Nango to a version containing that fix and user-scope connections return the user token properly. Source: https://github.com/NangoHQ/nango/issues/3561