New · Developer API

Automated Guest Invites API

Fill in the details below to build a guest invitation request. The URL updates live as you type — then copy it into your own integration.

Invitation details

Placeholder only. Replace WIFIGATE_GUESTS_API_KEY with your real key inside your own secure environment — never share it publicly.

Generated URL

All values are URL-encoded automatically, including spaces, symbols, and non-Latin characters.

Parameter mapping

Each placeholder in the URL maps to one field:

https://wifigate.io/api/guest-invites/create?api_key=data1&guest_name=data2&guest_phone=data3&guest_email=data4&date_start=data5&date_end=data6&time_start=data7&time_end=data8&comment=data9
  1. data1=WIFIGATE_GUESTS_API_KEY
  2. data2=guest_name
  3. data3=guest_phone
  4. data4=guest_email
  5. data5=date_start
  6. data6=date_end
  7. data7=time_start
  8. data8=time_end
  9. data9=comment

Security note

This tool never calls the API and never sends your data anywhere. It only assembles the URL in your browser so you can use it in your own integration.