- Receive immediate notifications for critical events in TwentyCRM.
- Automatically log events in Google Sheets for record-keeping.
- Send targeted messages via email or Slack based on event type.
Triggers on new events from TwentyCRM through a webhook. Filters and extracts necessary data from the event payload. Evaluates the event type to determine the appropriate messaging channel. Sends notifications via email for delete events and via Slack for other events. Logs all events in Google Sheets for future reference.
- 1Import the workflow template into n8n.
- 2Set up the webhook URL in TwentyCRM to trigger the workflow.
- 3Configure Google Sheets document ID for event logging.
- 4Specify the Slack channel ID for sending messages.
- 5Test the workflow by creating a new event in TwentyCRM.