Twake#
Use the Twake node to automate work in Twake, and integrate Twake with other applications. n8n supports sending messages with Twake.
On this page, you'll find a list of operations the Twake node supports and links to more resources.
Credentials
Refer to Twake credentials for guidance on setting up authentication.
Examples and templates
For usage examples and templates to help you get started, take a look at n8n's Twake integrations list.
Basic Operations#
- Message
- Send a message
Example Usage#
This workflow allows you to send a message to a channel on Twake. You can also find the workflow on n8n.io. This example usage workflow would use the following nodes. - Start - Twake
The final workflow should look like the following image.
1. Start node#
The start node exists by default when you create a new workflow.
2. Twake node#
- First of all, you'll have to enter credentials for the Twake node. You can find out how to do that here.
- Select the channel from the Channel ID dropdown list.
- Enter the content of the message in the Content field.
- Click on Execute Node to run the node.