Budget: 12000 UAH Deadline: 5 days
I can create a Tampermonkey script for your CRM with prompt settings for 5-10 IDs, tracking new messages, querying the OpenAI API, and inserting the response into the chat field. For a budget of 6000 UAH, I can make a basic version, but for a proper settings window, checks, logs, and testing, I would estimate from 12000 UAH and 5 working days.
I have experience with OpenAI, browser automation, and internal working systems. Close examples:
> https://business.ingello.com/vorfahr - AI automation of workflow
> https://business.ingello.com/fractal - agent logic and automation scripts
> https://systems-fl.ingello.com/ua - our profile in system development
For implementation, I see it this way - first, we establish stable reading of the active ID and new text, then map the ID to system instructions in a convenient settings window, followed by integration with gpt-4o-mini, drafting the response in the input field, and sending it with a delay of 20-45 seconds. I would also add stop filters, a log of recent actions, and a testing mode without sending - practice shows that rushing can make people laugh =)
From your side, access to a test CRM account or an HTML example of the page is needed, as well as a way to store the OpenAI API key - either in the script settings or through your intermediary server.
I would like to clarify two points:
> Does the CRM update the chat via WebSocket, periodic requests, or simply by changing the DOM on the page?
> Should the response be sent fully automatically, or is it better to first insert it as a draft for the operator to check?
I will test the script on a real page or on your test example before handing it over, to avoid a situation with code that looks good but doesn't work. Here, it seems the main risk is not the OpenAI API, but the stable detection of a new message and the correct active dialogue.