N8N Integration: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
<!--T:1--> | |||
{{#seo: | {{#seo: | ||
|title=N8N Integration with SimplyBook.me | |title=N8N Integration with SimplyBook.me | ||
| Line 10: | Line 11: | ||
<!--T:2--> | |||
n8n is a fair-code licensed workflow automation platform that allows to sync SimplyBook.me data between various applications like CRMs (Salesforce, HubSpot), email marketing tools (Mailchimp, SendGrid) and much much more helping you to save time and ensure that data is always up-to-date across all platforms as lots of repetitive work will be automated. | n8n is a fair-code licensed workflow automation platform that allows to sync SimplyBook.me data between various applications like CRMs (Salesforce, HubSpot), email marketing tools (Mailchimp, SendGrid) and much much more helping you to save time and ensure that data is always up-to-date across all platforms as lots of repetitive work will be automated. | ||
</translate> | |||
<translate> | |||
<!--T:3--> | |||
;How to install | ;How to install | ||
<!--T:4--> | |||
'''Community Nodes (Recommended)''' | '''Community Nodes (Recommended)''' | ||
<!--T:5--> | |||
1. Go to Settings > [https://github.com/vetalsimplybook/n8n-nodes-simplybookCommunity Nodes].<br> | 1. Go to Settings > [https://github.com/vetalsimplybook/n8n-nodes-simplybookCommunity Nodes].<br> | ||
2. Select Install.<br> | 2. Select Install.<br> | ||
| Line 25: | Line 31: | ||
Follow the installation guide in the n8n community nodes documentation. | Follow the installation guide in the n8n community nodes documentation. | ||
<br><br> | <br><br> | ||
</translate> | |||
<translate> | |||
<!--T:6--> | |||
'''Manual installation''' | '''Manual installation''' | ||
<!--T:7--> | |||
* To get started install the package in your n8n root directory: | * To get started install the package in your n8n root directory: | ||
<pre>npm install n8n-nodes-simplybook</pre> | <pre>npm install n8n-nodes-simplybook</pre> | ||
| Line 34: | Line 43: | ||
<pre>RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-simplybook</pre> | <pre>RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-simplybook</pre> | ||
</translate> | |||
<translate> | |||
<!--T:8--> | |||
'''Operations''' | '''Operations''' | ||
<!--T:9--> | |||
* '''Get Services:''' Retrieve services with filter search. | * '''Get Services:''' Retrieve services with filter search. | ||
* '''Get Providers:''' Retrieve providers with filter search. | * '''Get Providers:''' Retrieve providers with filter search. | ||
| Line 54: | Line 66: | ||
<!--T:10--> | |||
'''Triggers''' | '''Triggers''' | ||
<!--T:11--> | |||
* '''Cancelled Booking:''' Triggers when a booking is canceled. | * '''Cancelled Booking:''' Triggers when a booking is canceled. | ||
* '''New Booking:''' Triggers when a new booking is created. | * '''New Booking:''' Triggers when a new booking is created. | ||
| Line 62: | Line 76: | ||
* '''New Client:''' Triggers when a new client is created. | * '''New Client:''' Triggers when a new client is created. | ||
* '''New Offer:''' Triggers when a new offer is created. | * '''New Offer:''' Triggers when a new offer is created. | ||
</translate> | |||
<translate> | |||
<!--T:12--> | |||
'''Credentials''' | '''Credentials''' | ||
<!--T:13--> | |||
To use this node, you need to authenticate with the '''SimplyBook.me API'''. Follow these steps:<br> | To use this node, you need to authenticate with the '''SimplyBook.me API'''. Follow these steps:<br> | ||
1. Sign up for a SimplyBook.me account if you don't have one yet.<br> | 1. Sign up for a SimplyBook.me account if you don't have one yet.<br> | ||
2. Enter your credentials in the n8n SimplyBook node.<br> | 2. Enter your credentials in the n8n SimplyBook node.<br> | ||
</translate> | |||
<translate> | |||
<!--T:14--> | |||
'''Compatibility''' | '''Compatibility''' | ||
<!--T:15--> | |||
This node is compatible with n8n version 1.81 and above. It hasn't been tested on other versions yet.<br> | This node is compatible with n8n version 1.81 and above. It hasn't been tested on other versions yet.<br> | ||
<br><br> | <br><br> | ||