Skip to main content
POST
/
api
/
quotes
/
{quoteId}
/
outreach
/
{sequenceId}
/
messages
/
generate
Generar mensaje para un paso de la secuencia
curl --request POST \
  --url https://api.raul.ugps.io/api/quotes/{quoteId}/outreach/{sequenceId}/messages/generate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

sequenceId
string
required
quoteId
string
required

Path parameter: quoteId

Body

application/json

The body is of type object.

Response

200 - undefined