Developer Hub
Servicio que agregar Actividades a la oportunidad. Estas actividades pueden ser llamadas, mensajes de Whatsapp, Envio de Email y Agendamiento de reuniones.
cURL
curl --request POST \ --url https://api.plazbot.com/api/opportunity/{opportunityId}/agent/activities \ --header 'Content-Type: application/json' \ --header 'x-workspace-id: <x-workspace-id>' \ --data '{ "workspaceId": "string", "content": "string", "date": "2025-03-20T14:30:00.0000000Z", "categoryType": "string" }'
{ "success": true, "code": 200, "errorCode": null, "message": "The activity was recorded successfully.", "data": null }
OK
The response is of type object.
object