POST
/
api
/
contact
/
{contactId}
/
activities
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
}

Headers

x-workspace-id
string
required

Path Parameters

contactId
string
required

Id del contacto.

Body

application/json

Response

200 - application/json

OK

The response is of type object.