Skip to main content

Send Guesty new booking SMS confirmations and reminders with Aloware

Workflow preview

Workflow preview
100%
Send Guesty new booking SMS confirmations and reminders with Aloware preview
Open on n8n.io

1. Workflow Overview

Description Automate the entire guest communication lifecycle for your short term rental properties. From the moment a reservation is confirmed in Guesty, this workflow sends a booking confirmation...

Best for

  • Lead Nurturing automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.wait

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send Guesty new booking SMS confirmations and reminders with Aloware
Workflow name
Send Guesty new booking SMS confirmations and reminders with Aloware

Description

Automate the entire guest communication lifecycle for your short-term rental properties. From the moment a reservation is confirmed in Guesty, this workflow sends a booking confirmation SMS, enrolls guests in a check-in reminder sequence, and automatically triggers a post-checkout review request. Property managers juggle dozens of bookings across multiple platforms. This workflow ensures every guest gets a consistent, professional communication experience — whether they booked on Airbnb, VRBO, or direct — by routing all guest messaging through Aloware's SMS platform via n8n.

How it works

  1. A Webhook receives new reservation data from Guesty (via Guesty Automations or API webhooks).
  2. A Set node normalizes the booking data — guest phone, name, email, check-in/check-out dates, listing name, confirmation code, and guest count.
  3. An HTTP Request creates the guest as a contact in Aloware, storing the property name, dates, and confirmation code in custom fields and notes.
  4. A second HTTP Request sends an instant booking confirmation SMS with the reservation details and confirmation code.
  5. An HTTP Request enrolls the guest in an Aloware Check-in Reminder Sequence (you configure the sequence in Aloware to send reminders at 3 days, 1 day, and day-of with check-in instructions).
  6. A Wait node pauses until 18 hours after the checkout date.
  7. A final HTTP Request enrolls the guest in a Post-Stay Review Sequence — a thank-you SMS with a review link.

How to use

  1. Import the JSON into n8n.
  2. Add these n8n Variables: ALOWARE_API_TOKEN, ALOWARE_LINE_PHONE, ALOWARE_CHECKIN_SEQUENCE_ID, ALOWARE_REVIEW_SEQUENCE_ID, and PROPERTY_COMPANY_NAME.
  3. In Aloware, create two Sequences:
  4. Check-in Reminder Sequence: 3-day, 1-day, and day-of SMS reminders with check-in instructions (WiFi, door codes, parking).
  5. Post-Stay Review Sequence: thank-you SMS with a review link (Airbnb, Google, etc.).

In Guesty, configure an Automation or API webhook for "New Reservation" events, pointing to this workflow's URL. Activate and test with a test booking.

Requirements

Aloware account with API access and an outbound line Guesty account with webhook or automation capabilities

Customising this workflow

Add an IF node to route by listing — different check-in instructions per property. Include an MMS node to send a property photo or a map pin alongside the check-in instructions. Add a cancellation webhook that disenrolls guests from the reminder sequence when a booking is cancelled. Duplicate the workflow for Guesty's "Reservation Updated" event to send change-of-dates notifications.

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 - Workflow Overview

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

Block 2 - Book & Confirm

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

Block 3 - Check-in Reminders

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

Block 4 - Post-Checkout Review

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

Block 5 - Sequence Tip

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

Block 6 - Guesty: New Reservation

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

Block 7 - Normalize Reservation Data

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

Block 8 - Aloware: Create Guest Contact

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Aloware: Send Booking Confirmation SMS

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Aloware: Enroll in Check-in Reminder Sequence

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Wait Until After Checkout

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 12 - Aloware: Enroll in Post-Stay Review Sequence

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Send Guesty new booking SMS confirmations and reminders with Aloware
Complexity intermediate
Nodes 12
Categories Lead Nurturing
Author Maxim Dudnik
Published 13 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15032/15032.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 Guesty new booking SMS confirmations and reminders with Aloware do?

Description Automate the entire guest communication lifecycle for your short term rental properties. From the moment a reservation is confirmed in Guesty, this workflow sends a booking confirmation...

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 Lead Nurturing use case.