Integrate WhatsApp API Gateway

  • GET
    /GetStatus/{intobo_id}/{number_id} Check sync status of Whatsapp account
  • GET
    /AccountList/{intobo_id} Returns a list of all WhatsApp accounts added in your account
  • DELETE
    /DeleteAccount/{intobo_id}/{number_id} Delete the WhatsApp account
  • POST
    /SendMessage/{intobo_id}/{number_id} Send new message
  • GET
    /GetMessage/{intobo_id}/{number_id}/{message_id} Message information
  • GET
    /MessageQueue/{intobo_id}/{number_id} Returns list of phone number message queue
  • GET
    /MessageHistory/{intobo_id}/{number_id} Returns list of phone number message history
GET /GetStatus/{intobo_id}/{number_id}
Check sync status of Whatsapp account
GET /AccountList/{intobo_id}
Returns a list of all WhatsApp accounts added in your account
DELETE /DeleteAccount/{intobo_id}{number_id}
Delete the WhatsApp account, this includes all statistics data.
POST /SendMessage/{intobo_id}/{number_id}
Function used to send messages. Recipient phone number must contain country code
GET /GetMessage/{intobo_id}/{number_id}/{message_id}
Message informations
GET /MessageQueue/{intobo_id}/{number_id}
Returns list of phone number message queue
GET /MessageHistory/{intobo_id}/{number_id}
Returns list of phone number message history