Build it
What do you want Benetics and OnceHub to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Benetics and OnceHub
Triggers and actions 19 triggers · 42 actions
Trigger
New ProjectTriggers when a new project is created.
Trigger
New TaskTriggers when a new task is created.
Trigger
Updated ProjectTriggers when a project is updated.
Trigger
Updated TaskTriggers when a task is updated.
Action
Add Plan VersionUpload a new version of a plan. POST /plans/{plan_id}/versions.
Action
Add Project MemberAdd a member to a project. POST /projects/{project_id}/members.
Action
Add TaskCreate a new task on a project. POST /projects/{project_id}/tasks.
Action
Create ProjectCreates a new project.
Action
Delete DocumentDelete a document. DELETE /projects/{project_id}/documents/{document_id}.
Action
Delete PlanDelete a plan. DELETE /plans/{plan_id}.
Action
Delete Plan VersionRemove one version of a plan from a project.
Action
Delete ProjectDelete a project. DELETE /projects/{project_id}.
Action
Delete Project MemberRemove a member from a project. DELETE /projects/{project_id}/members/{member_id}.
Action
Delete TaskDelete a task. DELETE /tasks/{task_id}.
Action
Document UploadUpload a document
Action
Get ProjectGet a single project by id. GET /projects/{project_id}.
Action
Get ReportGet a single report by id. GET /reports/{report_id}.
Action
Get TaskGet a single task by id. GET /tasks/{task_id}.
Action
List MembersList members of the organization. GET /members.
Action
List Project MembersList members assigned to a project. GET /projects/{project_id}/members.
Action
List ProjectsList projects in the organization. GET /projects.
Action
List ReportsList reports for a project. GET /projects/{project_id}/reports.
Action
List TasksList tasks for a project. GET /projects/{project_id}/tasks.
Action
Plan UploadUpload a plan
Action
Update DocumentUpdate a document's fields. PATCH /projects/{project_id}/documents/{document_id}.
Action
Update PlanUpdate a plan's fields. PATCH /plans/{plan_id}.
Action
Update ProjectUpdate a project's fields. PATCH /projects/{project_id}.
Action
Update TaskUpdate a task's fields. PATCH /tasks/{task_id}.
Action
Upload FileUploads a file to Benetics and returns its file upload id, ready to attach to a plan version or a document.
Trigger
Booking CanceledTriggers when a OnceHub booking is canceled by the customer or by someone on your team.
Trigger
Booking Cancelled and RescheduledTriggers when a customer cancels a OnceHub booking and then reschedules it on a different booking page.
Trigger
Booking CompletedTriggers when a OnceHub booking's end time has passed and the meeting is marked completed.
Trigger
Booking Lifecycle EventTriggers on any OnceHub booking event — scheduled, rescheduled, reassigned, canceled, completed or no-show — with the event name included so you can branch on it.
Trigger
Booking No-ShowTriggers when a OnceHub booking is marked as a no-show.
Trigger
Booking RescheduledTriggers when a OnceHub booking is rescheduled to a new time.
Trigger
Booking ScheduledTriggers when a new OnceHub booking is scheduled.
Trigger
Contact CapturedTriggers when a new contact is captured in OnceHub.
Trigger
Contact Lifecycle EventTriggers whenever a OnceHub contact is created or changed, so you catch the whole contact lifecycle in one place.
Trigger
Contact UpdatedTriggers when an existing OnceHub contact is updated.
Trigger
Conversation AbandonedTriggers when a website visitor stops replying to a OnceHub chatbot for more than ten minutes and the conversation is abandoned.
Trigger
Conversation ClosedTriggers when a OnceHub chatbot conversation is closed.
Trigger
Conversation Lifecycle EventTriggers on any OnceHub conversation event — started, closed or abandoned — with the event name included so you can branch on it.
Trigger
Conversation StartedTriggers when a website visitor sends their first message to a OnceHub chatbot and a conversation starts.
Trigger
Reassigned BookingTriggers when a OnceHub booking is reassigned to a different host.
Action
Cancel BookingCancels a OnceHub booking, optionally with a reason and without emailing the customer.
Action
Create ContactCreates a new contact in OnceHub. Give at least an email address or a mobile number.
Action
Create One-Time Booking LinkCreates a one-time booking link for a published OnceHub booking calendar, optionally prefilling the booking form and pinning the host or duration.
Action
Delete ContactDeletes a contact from OnceHub.
Action
Find ContactFinds a OnceHub contact by email address.
Action
Get Available Time SlotsReturns the open meeting times on a OnceHub booking calendar for the window you choose.
Action
Get Booking CalendarReturns one OnceHub booking calendar with its host, public link and meeting length.
Action
Get Booking DetailsReturns one OnceHub booking with its time, customer details and booking form answers.
Action
Get ContactReturns one OnceHub contact with its details and custom fields.
Action
Get Contact's Future MeetingsReturns a contact's upcoming OnceHub meetings — the bookings that start after the time you give.
Action
List Booking CalendarsLists the booking calendars in your OnceHub account.
Action
List BookingsLists OnceHub bookings, with optional filters for status, contact, host, calendar and date range.
Action
List ContactsLists the contacts in your OnceHub account, with optional email and date filters.
Action
Mark Booking as No-ShowMarks a OnceHub booking as a no-show.
Action
Reassign BookingReassigns a OnceHub booking to a different host, optionally naming the video conferencing service to use.
Action
Request RescheduleAsks the customer to pick a new time for a OnceHub booking, optionally telling them why.
Action
Update ContactUpdates an existing OnceHub contact. Only the fields you fill in are changed; anything left blank keeps its current value.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.