Skip to content

Twake#

The Twake node allows you 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.

A workflow with the Twake node

1. Start node#

The start node exists by default when you create a new workflow.

2. Twake node#

  1. First of all, you'll have to enter credentials for the Twake node. You can find out how to do that here.
  2. Select the channel from the Channel ID dropdown list.
  3. Enter the content of the message in the Content field.
  4. Click on Execute Node to run the node.

Using the Twake node to send a message