Skip to main content
POST
/
scheduler
/
follow-up
/
whatsapp
Create Whatsapp Follow-up
curl --request POST \
  --url https://api.poligono.ai/v1/scheduler/follow-up/whatsapp \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent_id": "<string>",
  "channel_id": "<string>",
  "client_phone_numbers": [
    "<string>"
  ],
  "frequency": "<string>",
  "prompt": "<string>",
  "title": "<string>",
  "description": "<string>",
  "time_zone": "<string>"
}
'
{
  "agent_id": "<string>",
  "channel_id": "<string>",
  "channel_type": "Whatsapp",
  "client_phone_numbers": [
    "<string>"
  ],
  "created_at": 123,
  "created_by": "<string>",
  "frequency": "<string>",
  "organization_id": "<string>",
  "prompt": "<string>",
  "title": "<string>",
  "updated_at": 123,
  "description": "<string>",
  "id": "<string>",
  "time_zone": "<string>"
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Body

application/json

FollowUp

agent_id
string
required
channel_id
string
required
client_phone_numbers
string[]
required
frequency
string
required
prompt
string
required
title
string
required
description
string
time_zone
string

Response

Created

agent_id
string
required
channel_id
string
required
channel_type
enum<string>
required
Available options:
Whatsapp,
Messanger
client_phone_numbers
string[]
required
created_at
integer
required

@format date-time

created_by
string
required
frequency
string
required
organization_id
string
required
prompt
string
required
title
string
required
updated_at
integer
required

@format date-time

description
string
id
string
time_zone
string