Roomability Guest API
Commerce & Guest API Services
Hotel Management System
Commerce & Guest API Services
Hotel Management System
  1. Roomability Guest API
Roomability Guest API
  • Introduction
  • Authentication
  • Responses
  • Roomability Guest API
    • PayGateway
      • Detail
    • CancelPolicy
      • Detail
    • Paystack
      • Verify
      • Initialize
    • Reservation
      • Add
      • Availability
      • Cancel
      • Booking Ref
    • Country
      • GetSelectList
    • RoomType
      • DetailList
      • Detail
    • Term
      • Detail
    • State
      • GetSelectList
    • Privacy
      • Detail
    • Guest
      • Detail
    • Payment Method
      • Active List
    • Hotel
      • Detail
      • Hotel Rule
    • GetHotel List
      GET
    • Contact Page
      POST
    • Search List
      GET
    • Countries
      GET
    • Phone Code List
      GET
  • Retails & Ecommece Guest Api
    • Products
    • Users
    • Carts
    • Orders
  • Loyality Endpoint Api
    • Doors
Commerce & Guest API Services
Hotel Management System
Commerce & Guest API Services
Hotel Management System
  1. Roomability Guest API

Contact Page

POST
https://guestapi.roomability.io/Contact/SendEmail
Last modified:2026-03-12 16:24:44

Request

Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://guestapi.roomability.io/Contact/SendEmail' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "Abdullah Yahaya",
    "email": "abdullahyahaya46@gmail.com",
    "subject": "Inquiry About Reservation",
    "message": "Hello Valinno, Please I'\''d like to test our page here."
}'
Response Response Example
{
    "errorCode": 0,
    "errorMessage": "Contact email sent successfully"
}
Modified at 2026-03-12 16:24:44
Previous
GetHotel List
Next
Search List
Built with