Recued
Menu
← Back to recipes

Meeting Slot Finder

by recued-core v1 19 views

Finds 3 available meeting times respecting rep's calendar and contact's business hours/timezone.

How it works 14 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
deal deal-reader-hubspot
Fetch reader from hubspot
contacts deal-contacts-hubspot
Fetch contacts from hubspot
Process (12 steps)
validate_contacts guard
Stop if contacts is empty
contacts_nonempty_timezone filter
Filter by condition
validate_contacts_timezone guard
Stop if contacts nonempty timezone is empty
contact contact-reader-hubspot
Fetch reader from hubspot
validate_timezone guard
Stop if contact timezone is empty
owner owner-reader-hubspot
Fetch reader from hubspot
validate_owner guard
Stop if owner email is missing
available_slots calendar-availability-reader-google
Fetch availability reader from google
filtered_slots timezone-slot-filter
Fetch slot from filter
top3 slice
Take a subset of
timezone_summary to_summary
Format results as a summary card
slots_table to_table
Format results as a data table
Output
summary timezone_summary
table slots_table
Settings 4 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

days ahead number = 7
duration minutes number = 30
business hours end number = 17
business hours start number = 9

Uses (6 ingredients)

Ingredient deal-reader-hubspot deal-reader-hubspot
Ingredient deal-contacts-hubspot deal-contacts-hubspot
Ingredient contact-reader-hubspot contact-reader-hubspot
Ingredient owner-reader-hubspot owner-reader-hubspot
Ingredient calendar-availability-reader-google calendar-availability-reader-google
Ingredient timezone-slot-filter timezone-slot-filter

About

Tags

hubspotgoogle_calendar calendarschedulingmeeting

Details

14 steps 4 configurable settings recipe_id: find-meeting-slots-deal-hubspot-google