mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
✨ Add ClickUp Trigger and Chargebee Trigger docs
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
### 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 |
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
### 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 |
Reference in New Issue
Block a user