Phonely · Example Payload

Phonely Update Agent Example

AIArtificial IntelligenceVoice AIVoice AgentsConversational AITelephonyPhoneCall CenterContact CenterSMSWebhooksWorkflow AutomationSchedulingCRM

Phonely Update Agent Example is an example object payload from Phonely, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://app.phonely.ai/api/update-agent",
    "headers": {
      "X-Authorization": "phk_live_REPLACE_ME",
      "Content-Type": "application/json"
    },
    "body": {
      "uid": "user_01HABCDEFG",
      "agentId": "agent_01HIJKLMNO",
      "agentName": "Front Desk Assistant",
      "voiceId": "voice_warm_female_en_us",
      "greetingMessage": "Hello, you've reached Phonely Dental — how can I help you today?",
      "humanizeConversation": true,
      "conversationStyle": "Friendly"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "success": true
    }
  }
}