Add ClickUp Trigger and Chargebee Trigger docs

This commit is contained in:
Tanay Pant
2020-07-12 10:13:44 +02:00
parent 4c37c9b45f
commit 7e1d65accb
4 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
---
permalink: /nodes/n8n-nodes-base.chargebeeTrigger
---
# Chargebee Trigger
[Chargebee](https://www.chargebee.com/) is a billing platform for subscription based SaaS and eCommerce businesses. Chargebee integrates with payment gateways to let you automate recurring payment collection along with invoicing, taxes, accounting, email notifications, SaaS Metrics and customer management.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/Chargebee/README.md).
:::
## Example Usage
This workflow allows you to receive updates for events in Chargebee. You can also find the [workflow](https://n8n.io/workflows/486) on the website. This example usage workflow would use the following node.
- [Chargebee Trigger]()
The final workflow should look like the following image.
![A workflow with the Chargebee Trigger node](./workflow.png)
### 1. Chargebee Trigger node
1. First of all, you'll have to add the webhook URL in Chargebee. You can find instructions on how to do that in the FAQs below.
2. Select the `*` option in the *Events* field to receive updates when any event is triggered.
3. Click on *Execute Node* to run the workflow.
## FAQs
### How do I add my webhook URL in Chargebee?
1. Open your Chargebee dashboard.
2. Click on "Settings".
3. Click on "Configure Chargebee".
4. Scroll down and click on "Webhooks".
5. Click on the *Add Webhook* button.
6. Enter the Webhook Name and the Webhook URL.
7. Click on the *Create* button.

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

View File

@@ -0,0 +1,29 @@
---
permalink: /nodes/n8n-nodes-base.clickUpTrigger
---
# ClickUp Trigger
[ClickUp](https://clickup.com/) is a cloud-based collaboration and project management tool suitable for businesses of all sizes and industries. Features include communication and collaboration tools, task assignments and statuses, alerts and a task toolbar.
::: tip 🔑 Credentials
You can find authentication information for this node [here](../../../credentials/ClickUp/README.md).
:::
## Example Usage
This workflow allows you to receive updates for events in ClickUp. You can also find the [workflow](https://n8n.io/workflows/487) on the website. This example usage workflow would use the following node.
- [ClickUp Trigger]()
The final workflow should look like the following image.
![A workflow with the ClickUp Trigger node](./workflow.png)
### 1. Telegram Trigger node
1. First of all, you'll have to enter credentials for the ClickUp Trigger node. You can find out how to do that [here](../../../credentials/ClickUp/README.md).
2. Select your team from the *Team* dropdown list.
2. Select the `*` option in the *Events* field to receive updates for all the events.
3. Click on *Execute Node* to run the workflow.

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB