See llms.txt for all machine-readable content.
This webhook-based workflow connects a Placetel AI voice agent to HubSpot CRM to look up callers, create contacts, log callback requests and call notes, and create or query tickets, returning a JSON response with a speakable speech text.
vorgang (or action) value plus caller details.vorgang to one of several HubSpot CRM actions.bestandskunde_pruefen, searches HubSpot contacts by normalized phone/mobile number and email, then returns whether the caller is an existing customer with a personalized speech response.kontakt_anlegen, searches for an existing HubSpot contact and either returns an “already exists” response or creates a new contact in HubSpot and returns the created contact ID.rueckruf_erfassen, finds the contact (or uses a provided contact ID) and creates a HubSpot task engagement describing the callback request.ticket_status, fetches a HubSpot ticket by ticket_id, maps the pipeline stage to a readable status, and returns a speakable ticket-status response.ticket_anlegen and gespraech_protokollieren, looks up the contact and either creates a HubSpot ticket associated to the contact or logs a completed HubSpot call engagement containing intent/summary/transcript details.vorgang is missing or unknown, returns a fallback JSON response asking to hand off to a human.vorgang with one of the supported values and includes the required fields for each action (for example ticket_id for ticket_status, and email for creating contacts in HubSpot).