LogoLogo
  • Introduction to the Ebbot Platform
  • Ebbot Platform
  • Bot basics
    • Scenarios
    • Entities
    • Triggers
    • Training center
  • Scenarios
    • Cards and syntax
      • File Input
      • Text card
      • Input
      • Buttons
      • Image
      • File
      • Carousel
      • Location
      • List
      • Contact Agent
      • Rating request
      • Custom component
      • CoBrowsing
    • Transition
    • Card properties
  • AI Insights
    • Setup and Configuration
    • Using the Insights Dashboard
  • EbbotGPT
    • Knowledge
      • Data source transformer
      • Source types
        • File
        • Website scrape
        • Docx file
        • TOPdesk API
        • Sitevision API
        • SharePoint API
          • Create app with Sites.FullControl.All permission in Azure
          • Ebbot SharePoint Postman Guide
        • Confluence API
    • Configurations
    • Persona
    • GPT Evaluation
    • Embedder models
    • EGPT models
  • Custom vocabulary
  • Tutorials
    • Create your first scenario
      • Select a trigger
      • Add bot responses
  • Data Object
  • Release notes
  • For developers
    • Ebbot SDK
    • Safe Exchange API / Vault
    • Subdomain manager
  • EbbotGPT API
  • Chatbot & Live chat
    • Install chat widget
    • Chats API
    • Chat widget API
    • Datasource API
    • Sales tracking for live chat
    • Webhook
      • Incoming webhooks
      • Outgoing webhooks
    • SMS API
      • Authentication
      • Send SMS
      • Errors
      • Encoding
    • Python components
    • Intent detection (NLP)
  • Product guides
    • Product data feeds
    • Install guide
    • Product guide events
      • Product guide user events
      • Received events
      • Send events
    • API & webhooks
    • GA4 integration
    • Klaviyo integration
  • Messenger marketing
    • Install popup
    • API & webhooks
  • For chat agents
    • Ebbot Chat
      • Settings modal
      • Queue
      • Topbar Stats
      • Menu
        • Power-Ups!
        • Quick Replies
  • INTEGRATIONS
    • Ebbot Live Chat in Zendesk
      • Setup guide
    • Active Directory - SAML
    • Configure SAML in Azure
Powered by GitBook
On this page
  • Success
  • Errors
  • Client
  • Server errors

Was this helpful?

  1. Chatbot & Live chat
  2. SMS API

Errors

Success

HTTPS Code

Status

Description

200

OK

Successful request.

201

Created

Successful request, content was created.

200

No Content

Successful request, no content will be returned.

Errors

Most error responses from the API will include a Message or Description property with more details of what went wrong.

Client

HTTPS Code

Status

Description

400

Bad request

Something in the request is missing or wrong.

401

Unauthorized

Authentication failed.

403

Forbidden

The request is correct but cannot be performed.

404

Not found

Resource not found.

405

Method not allowed

The method specified is not allowed for the resource.

406

Not Acceptable

Content generated is not matched with the Accept header.

411

Length Required

Content-Length header is missing or wrong.

415

Unsupported Media Type

Content-Type header is missing or wrong.

429

Too many requests

Too many requests within the specified time slot. The HTTP header Retry-After specifies the number of seconds to wait before the next POST request can be made.

Server errors

HTTPS Code

Status

Description

500

Internal Server Error

Server could not process the request due to internal error.

502

Bad Gateway

Invalid response or could not reach upstream server or application pool.

503

Service unavailable

Server is currently unavailable or down for maintenance.

PreviousSend SMSNextEncoding

Last updated 4 years ago

Was this helpful?