Skip to main content
POST
/
api
/
omnichannel
/
threads
/
{threadId}
/
reply-whatsapp
Responder a un thread de WhatsApp
curl --request POST \
  --url https://api.raul.ugps.io/api/omnichannel/threads/{threadId}/reply-whatsapp \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

threadId
string
required

Body

application/json
message
string
required

Contenido del mensaje de respuesta

attachment
object

Response

201 - undefined