Developers
HomeContact us
  • Overview
    • SMS / Overview
    • VOICE / Overview
  • SMS
    • SMS Transactional - API
      • Overview
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Attributes
      • Code Snippet Example
      • Review more methods for your integrations
    • Create a Group - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Request Body
      • Attributes
      • Response
      • Response Attributes
    • List Group of Contacts - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Response
      • Response Attributes
    • Add New contacts to existing group - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Request Body
      • Request Attributes
      • Response
      • Response Attributes
      • Note:
    • Delete contacts to existing group - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Request Body
      • Request Attributes
      • Response
      • Response Attributes
    • Delete groups by ID - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Response
    • API Send SMS Bulk with an existing Group - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Request Body
      • Request Attributes
      • Response body
      • Response Attributes
    • Send SMS Bulk without contacts - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Request Body
      • Request Attributes
      • Response body
      • Response Attributes
    • Get campaign by ID - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Response body
      • Response Attributes
    • Get campaign by filters - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Response body
      • Request Attributes
      • Response
      • Response Attributes
    • Update scheduled campaign - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Request Body
      • Request Attributes
      • Response
      • Note
    • Cancel scheduled campaign - API
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Response
      • Note
    • Error Codes
  • VOICE
    • VOICE TRANSACTIONAL API
      • Overview
      • API Endpoint
      • Available HTTP methods
        • Status Codes
      • Headers
      • Attributes
      • Code Snippet Example
      • Review more methods for your integrations
Powered by GitBook
On this page
  1. SMS
  2. SMS Transactional - API

Attributes

Sending SMS with HTTP POST is one of the mechanisms most used by developers to integrate the sending of bulk SMS into their systems through an SMS API.

Body "raw" SMS with HTTP POST is one of the mechanisms most used by developers to integrate the sending of bulk SMS into their systems through an SMS API.

Attribute
Type
Description

from

String

sender Id

body

String

My message

to

String

country code + phone number

Last updated 1 year ago