Skip to main content
POST
/
api
/
quotes
/
{quoteId}
/
outreach
Crear secuencia de outreach y generar mensajes draft
curl --request POST \
  --url https://api.raul.ugps.io/api/quotes/{quoteId}/outreach \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

quoteId
string
required

ID de la cotización

Body

application/json

The body is of type object.

Response

201 - undefined