mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
📚 Changelog 0.133.0 update
This commit is contained in:
parent
53fa2011cb
commit
c0ebda7c9c
@ -1,21 +1,21 @@
|
||||
---
|
||||
permalink: /credentials/ciscoWebex
|
||||
description: Learn to configure credentials for the Cisco Webex node in n8n
|
||||
description: Learn to configure credentials for the Webex by Cisco node in n8n
|
||||
---
|
||||
|
||||
# Cisco Webex
|
||||
# Webex by Cisco
|
||||
|
||||
You can use these credentials to authenticate the following nodes:
|
||||
- [Cisco Webex](../../nodes-library/nodes/ciscoWebex/README.md)
|
||||
- [Cisco Webex Trigger](../../nodes-library/trigger-nodes/ciscoWebexTrigger/README.md)
|
||||
- [Webex by Cisco](../../nodes-library/nodes/ciscoWebex/README.md)
|
||||
- [Webex by Cisco Trigger](../../nodes-library/trigger-nodes/ciscoWebexTrigger/README.md)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Create a [Cisco Webex](https://www.webex.com/) account.
|
||||
Create a [Webex by Cisco](https://www.webex.com/) account.
|
||||
|
||||
## Using OAuth
|
||||
|
||||
1. Navigate to [Webex for Developers](https://developer.webex.com/) and sign in using your Cisco Webex account.
|
||||
1. Navigate to [Webex for Developers](https://developer.webex.com/) and sign in using your Webex by Cisco account.
|
||||
2. From the user menu select **My Webex Apps**, then **Create a New App**.
|
||||
3. From the ***Create a New App*** page select **Create an Integration**.
|
||||
4. Complete the following required fields for your new integration:
|
||||
@ -32,5 +32,5 @@ From n8n:
|
||||
|
||||
7. Enter a descriptive ***Credentials Name***.
|
||||
8. Under ***Credential Data***, enter the ***Client ID*** and ***Client Secret*** obtained above.
|
||||
9. Under ***OAuth***, click the circle button to initiate authentication. A popup may appear prompting you to login to your Cisco Webex account.
|
||||
9. Under ***OAuth***, click the circle button to initiate authentication. A popup may appear prompting you to login to your Webex by Cisco account.
|
||||
10. After authentication is complete, click **Create** to save your new credentials.
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.ciscoWebex
|
||||
description: Learn how to use the Cisco Webex node in n8n
|
||||
description: Learn how to use the Webex by Cisco node in n8n
|
||||
---
|
||||
|
||||
# Cisco Webex
|
||||
# Webex by Cisco
|
||||
|
||||
[Cisco Webex](https://webex.com/) is a web conferencing and videoconferencing application.
|
||||
[Webex by Cisco](https://webex.com/) is a web conferencing and videoconferencing application.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/ciscoWebex/README.md).
|
||||
@ -18,13 +18,13 @@ You can find authentication information for this node [here](../../../credential
|
||||
## Example usage
|
||||
|
||||
This workflow allows you to create a new meeting. This example usage workflow uses the following node:
|
||||
- [Cisco Webex]()
|
||||
- [Webex by Cisco]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||

|
||||
|
||||
### 1. Cisco Webex node
|
||||
### 1. Webex by Cisco node
|
||||
|
||||
1. First enter your credentials for node. You can find out how to do that [here](../../../credentials/ciscoWebex/README.md).
|
||||
2. Select 'Meeting' from the *Resource* dropdown list.
|
||||
@ -34,4 +34,4 @@ The final workflow should look like the following image.
|
||||
6. Optionally, use the *Additional Fields* menu to add further meeting details, for example an agenda, set the invitees, or a meeting recurrence.
|
||||
7. Click on *Execute Node* to run the workflow.
|
||||
|
||||

|
||||

|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
---
|
||||
permalink: /nodes/n8n-nodes-base.ciscoWebexTrigger
|
||||
description: Learn how to use the Cisco Webex Trigger node in n8n
|
||||
description: Learn how to use the Webex by Cisco Trigger node in n8n
|
||||
---
|
||||
|
||||
# Cisco Webex Trigger
|
||||
# Webex by Cisco Trigger
|
||||
|
||||
[Cisco Webex](https://webex.com/) is a web conferencing and videoconferencing application.
|
||||
[Webex by Cisco](https://webex.com/) is a web conferencing and videoconferencing application.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
You can find authentication information for this node [here](../../../credentials/ciscoWebex/README.md).
|
||||
@ -14,13 +14,13 @@ You can find authentication information for this node [here](../../../credential
|
||||
## Example usage
|
||||
|
||||
This workflow allows you to receive updates when meeting events occur in your Webex account. This example usage workflow uses the following node:
|
||||
- [Cisco Webex Trigger]()
|
||||
- [Webex by Cisco Trigger]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||

|
||||
|
||||
### 1. Cisco Webex Trigger node
|
||||
### 1. Webex by Cisco Trigger node
|
||||
|
||||
1. First enter your credentials for node. You can find out how to do that [here](../../../credentials/ciscoWebex/README.md).
|
||||
2. Select 'Meeting' from the *Resource* dropdown list.
|
||||
@ -28,5 +28,5 @@ The final workflow should look like the following image.
|
||||
4. Click on *Execute Node* to run the workflow.
|
||||
|
||||
::: tip 💡 Activate workflow for production
|
||||
You'll need to save the workflow and then click on the Activate toggle on the top right of the screen to activate the workflow. Your workflow will then be triggered as specified by the settings in the Cisco Webex Trigger node.
|
||||
You'll need to save the workflow and then click on the Activate toggle on the top right of the screen to activate the workflow. Your workflow will then be triggered as specified by the settings in the Webex by Cisco Trigger node.
|
||||
:::
|
||||
|
||||
@ -2,6 +2,31 @@
|
||||
|
||||
🛠 = Version contains a breaking change. Check out the list of all the breaking changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md).
|
||||
|
||||
## n8n@0.133.0
|
||||
For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n%400.132.2...n8n@0.133.0) for this version.<br />
|
||||
**Release date:** 2021-08-08
|
||||
|
||||
### New nodes ✨
|
||||
<br />
|
||||
<Changelog node="n8n-nodes-base.monicaCrm" title="Monica CRM"/>
|
||||
|
||||
### Enhanced nodes 🚀
|
||||
<br />
|
||||
<Changelog node="n8n-nodes-base.httpRequest" title="HTTP Request:" text="Added Follow All Redirects option."/>
|
||||
<Changelog node="n8n-nodes-base.salesforce" title="Salesforce:" text="Added Record Type ID field."/>
|
||||
|
||||
### Core Functionality ⚙️
|
||||
- Fixed UI lag when editing large workflows.
|
||||
- Revert TypeORM to version 0.2.30
|
||||
|
||||
### Bug fixes 🐛
|
||||
<br />
|
||||
<Changelog node="n8n-nodes-base.nextCloud" title="Nextcloud:" text="Fixed issue where List operation on an empty Folder returned an error."/>
|
||||
<Changelog node="n8n-nodes-base.spotify" title="Spotify:" text="Fixed issues with pagination and infinite executions."/>
|
||||
|
||||
### Contributors 🙌
|
||||
[Jacob Burrell](https://github.com/jacobburrell), [Лебедев Иван](https://github.com/X-pech)
|
||||
|
||||
## n8n@0.132.2
|
||||
For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.132.1...n8n@0.132.2) for this version.<br />
|
||||
**Release date:** 2021-08-02
|
||||
@ -59,8 +84,8 @@ The features that introduced the breaking changes have been flagged below.
|
||||
|
||||
### New nodes ✨
|
||||
<br />
|
||||
<Changelog node="n8n-nodes-base.ciscoWebex" title="Cisco Webex"/>
|
||||
<Changelog node="n8n-nodes-base.ciscoWebexTrigger" title="Cisco Webex Trigger"/>
|
||||
<Changelog node="n8n-nodes-base.ciscoWebex" title="Webex by Cisco"/>
|
||||
<Changelog node="n8n-nodes-base.ciscoWebexTrigger" title="Webex by Cisco Trigger"/>
|
||||
|
||||
|
||||
### Enhanced nodes 🚀
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/vue-fontawesome": "^2.0.2",
|
||||
"n8n-nodes-base": "^0.129.0",
|
||||
"n8n-nodes-base": "^0.130.0",
|
||||
"vuepress-plugin-sitemap": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user