Developer Hub
Servicio que te ayuda a actualizar una actividad del contacto para que aparezca como descripción en la pantalla.
cURL
curl --request POST \ --url https://api.plazbot.com/api/contact/{contactId}/activities \ --header 'Content-Type: application/json' \ --header 'x-workspace-id: <x-workspace-id>' \ --data '{ "workspaceId": "string", "content": "Se realizó la factura." }'
{ "success": true, "code": 200, "errorCode": null, "message": "The activity was recorded successfully.", "data": null }
Id del contacto.
OK
The response is of type object.
object