find_next_booking_by_name
Search for the next upcoming booking by fuzzy matching its name. Optionally specify a start date and status to narrow results.
Instructions
Find the next upcoming booking whose name/title fuzzy-matches the given string.
Searches /bookings/bookings by name (ChurchSuite's q filter also matches date, reference, and sequence_id). from_date (YYYY-MM-DD) is inclusive and defaults to today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| from_date | No | ||
| status | No | confirmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||