Plazbot
  1. Automation
Plazbot
  • Plazbot Developer Hub
  • Automation
    • Update Agente IA Prompt
      POST
  • Contact
    • Get Contacts
      GET
    • Create Contact
      POST
    • Update Contact
      PUT
    • Get Contact By Id
      GET
    • Get Contact By Email
      GET
    • Get Contact By Phone
      GET
    • Update Activities to Contact
      POST
  • Message
    • Send Message Whatsapp
      POST
    • List Conversation
      GET
    • Send Conversation
      POST
  • Opportunity
    • Get Opportunity
      GET
    • Create Opportunity
      POST
    • Get Opportunity by Id
      GET
    • Delete Opportunity
      DELETE
    • Create Activity for Opportunity
      POST
  • Task
    • Create Task
      POST
    • Get Task By Id
      GET
    • Delete Task
      DELETE
  • User
    • Create User
      POST
    • Get Information by Email
      GET
    • Login Access
      POST
    • Send Reset Password
      POST
    • Update Password
      POST
  • Workspace
    • Get Workspace by ID
  1. Automation

Update Agente IA Prompt

POST
/api/automation/node/{nodeId}/prompt
automation
Servicio para actualizar el prompt del Agente de IA. Para obtener el ia del Agente de IA, se tiene que haber creado una automatización y un nodo tipo Agente de IA en la plataforma. Y luego en sus configuracion existe la opción de copiar el id del Agente de IA que se reemplazara en la url {nodeId}. (ej: node-733030XXXX-26377XXXXX)
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.plazbot.com/api/automation/node//prompt' \
--header 'Content-Type: application/json' \
--data-raw '{
    "workspaceId": "string",
    "urlDocument": "string"
}'

Request

Path Params
nodeId
string 
required
Body Params application/json
workspaceId
string  | null 
required
urlDocument
string  | null 
required
Examples

Responses

🟢200OK
OK
This response does not have a body.
Previous
Plazbot Developer Hub
Next
Get Contacts
Built with