See llms.txt for all machine-readable content.
This workflow exposes a Placetel webhook that routes voice-agent requests to Pipedrive to look up callers, create contacts, log callback or call activities, create deals, and report deal status, returning a short “speech” text for the agent to read back.
operation plus call metadata.operation to either search for an existing Pipedrive person, create a person, create a callback activity, fetch a deal, create a deal linked to the caller, or log the call as an activity.found, created, or IDs) and a speech string.POST /placetel-pipedrive endpoint.operation value (one of check_customer, create_contact, create_callback, deal_status, create_deal, or log_call) in the request body or query.x-caller-number) or in a body field like phone/caller, and include %%caller_number%% in your agent prompt if you use that pattern.deal_status, ensure the agent provides a valid deal_id (or id) in the request body.