App
WombatLink
WombatLink is a tool that turns tour bookings into shareable guest pickup links with maps, times, itinerary, contact details, and auto-translated instructions.
What your agent can do with WombatLink
Triggers and actions 5 actions
- ActionAdd Pickup
Create a new pickup. POST /api/v1/pickups
- ActionDelete Pickup
Delete a pickup by ID. DELETE /api/v1/pickups/{id}
- ActionGet Pickup
Get a single pickup by ID (or slug via GET /api/v1/pickups/by-slug/{slug}). GET /api/v1/pickups/{id}
- ActionList Pickups
List all pickups. GET /api/v1/pickups
- ActionUpdate Pickup
Update an existing pickup by ID. PATCH /api/v1/pickups/{id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the WombatLink API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.