PipedreamHQ / PipedreamHQ/pipedream
[Components] woodelivery
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# woodelivery
## URLs
- https://app.woodelivery.com/doc/api-documentation.html#introduction
## Webhook Sources
### new-order-instant
#### Description
Emit new event when a new order is placed in Woodelivery. This trigger allows users to monitor incoming orders in real time. Users can optionally filter by order status.
### order-status-updated-instant
#### Description
Emit new event when an order status is updated in Woodelivery. This allows users to track order progress, such as when an order is prepared, out for delivery, or completed. Users can optionally specify which statuses to watch.
### new-customer-instant
#### Description
Emit new event when a new customer is registered in Woodelivery. This trigger is useful for syncing customer information with CRM or other systems.
## Actions
### create-order
#### Description
Create a new order in Woodelivery. Requires customer details, items, and delivery information.
### update-order-status
#### Description
Update the status of an existing order in Woodelivery. Requires order ID and a new status value.
### create-customer
#### Description
Create a new customer in Woodelivery. Requires customer name, contact details, and optional address information.
Contributor guide
Assessment
This issue has not been assessed yet.