See llms.txt for all machine-readable content.
This workflow exposes a secured webhook for a Placetel AI Voice Agent and routes each request to Salesforce to either look up an existing contact by phone, create a callback task, open a case, update a contact via REST PATCH, or create a new lead, then returns a JSON response.
vorgang field in the request body to determine the requested operation.bestandskunde_pruefen, normalizes the phone number, searches Salesforce Contacts by Phone/MobilePhone, and returns whether a matching customer was found along with contact details.rueckruf_erfassen, creates a high-priority Salesforce Task with the caller details and preferred callback time, then returns a success response with the task ID.ticket_anlegen, creates a Salesforce Case with the provided subject, description, and priority, then returns a success response with the case ID.kontakt_aktualisieren, builds a field map from only the provided values and sends a Salesforce REST API PATCH request to update the Contact, then returns a success response.lead_anlegen, creates a Salesforce Lead using the supplied name/company/phone/email and returns a success response with the lead ID.vorgang is not recognized, returns an HTTP 400 error with the list of allowed operations.https://YOUR_INSTANCE.my.salesforce.com in the contact update request URL with your Salesforce My Domain.vorgang and corresponding fields in the JSON body.