Skip to main content

Send Sharetribe booking confirmation emails with calendar invites via Gmail

Workflow preview

Workflow preview
100%
Send Sharetribe booking confirmation emails with calendar invites via Gmail preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow listens for accepted booking updates in Sharetribe, fetches marketplace branding and transaction details, then sends a branded Gmail confirmation email to the customer ...

Best for

  • Support Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-sharetribe.sharetribetrigger, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-sharetribe.sharetribe, n8n-nodes-base.code, n8n-nodes-base.html, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Greg Long.

Original n8n.io source

1.1 Workflow description

Title
Send Sharetribe booking confirmation emails with calendar invites via Gmail
Workflow name
Send Sharetribe booking confirmation emails with calendar invites via Gmail

Quick Overview

This workflow listens for accepted booking updates in Sharetribe, fetches marketplace branding and transaction details, then sends a branded Gmail confirmation email to the customer with an attached .ics calendar invite.

How it works

  1. Triggers every minute by polling Sharetribe for booking update events.
  2. Checks whether the booking state is accepted and stops if it is not.
  3. Sets your marketplace URL and fetches marketplace details, branding colors, and email footer text from Sharetribe assets.
  4. Merges the branding data with the booking event, then retrieves the full related Sharetribe transaction including listing and user fields.
  5. Extracts the customer, provider, booking time, and marketplace fields and builds formatted plain-text and HTML fragments for the email body.
  6. Renders the final HTML email, generates a .ics calendar invite from the booking start/end times, and sends the confirmation email via Gmail with the invite attached.

Setup

  1. Add Sharetribe OAuth2 credentials for the Sharetribe trigger and Sharetribe API steps.
  2. Update the marketplace URL value used to build links to the booking page.
  3. Add Gmail OAuth2 credentials and confirm the sender account used to send the confirmation email.
  4. Verify the booking state value (accepted) and the asset keys used for branding color and footer text match your Sharetribe marketplace configuration.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - When Booking Created or Updated

Type / Role
n8n-nodes-sharetribe.sharetribeTrigger - sharetribeTrigger
Config choices
Version 1

Block 9 - If Booking Accepted

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 10 - Set Marketplace URL

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Fetch Marketplace Data

Type / Role
n8n-nodes-sharetribe.sharetribe - sharetribe
Config choices
Version 1

Block 12 - Fetch Branding Color

Type / Role
n8n-nodes-sharetribe.sharetribe - sharetribe
Config choices
Version 1

Block 13 - Fetch Email Footer Text

Type / Role
n8n-nodes-sharetribe.sharetribe - sharetribe
Config choices
Version 1

Block 14 - Fetch Booking Transaction

Type / Role
n8n-nodes-sharetribe.sharetribe - sharetribe
Config choices
Version 1

Block 15 - Prepare Customer Email Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 16 - Build Email Body Content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Render Confirmation Email HTML

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1

Block 18 - Generate Calendar Invite ICS

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - Send Booking Confirmation Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 20 - Merge Assets With Booking Events

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

3. Summary Table

Workflow Send Sharetribe booking confirmation emails with calendar invites via Gmail
Complexity advanced
Nodes 20
Categories Support Chatbot
Author Greg Long
Published 28 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15993/15993.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send Sharetribe booking confirmation emails with calendar invites via Gmail do?

Quick Overview This workflow listens for accepted booking updates in Sharetribe, fetches marketplace branding and transaction details, then sends a branded Gmail confirmation email to the customer ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot use case.