-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[Components] limoexpress #16907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Trial account |
Sources - New Booking Actions - Create Booking - Create Client - Mark Invoice As Paid
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
* limoexpress init * [Components] limoexpress #16907 Sources - New Booking Actions - Create Booking - Create Client - Mark Invoice As Paid * pnpm update * pnpm update * some adjusts * pnpm update * pnpm update
Uh oh!
There was an error while loading. Please reload this page.
limoexpress
URLs
Polling Sources
new-booking-instant
Prompt
Emit new event when a customer creates a new limo booking. No props are required.
URLs
new-cancellation-instant
Prompt
Emit new event when a customer cancels an existing booking. No props are required.
URLs
new-driver-assignment-instant
Prompt
Emit new event when a driver is assigned to a limo ride. Useful for dispatch coordination. No props are required.
URLs
Actions
create-booking
Prompt
Create a new limo booking with customer, pickup, dropoff, and vehicle details. Required props: booking_type_id, from_location and pickup_time. booking_tyoe_id and booking_status_id have async options
URLs
cancel-booking
Prompt
Cancel an existing booking using its ID. Required prop: booking ID. Optional prop: cancellation reason.
URLs
assign-driver
Prompt
Assign a driver to a specific ride. Required props: booking ID, driver ID. Optional prop: assignment notes.
URLs
The text was updated successfully, but these errors were encountered: