Asked by 2039667184dd4518a757a7bda48d88db on May 10, 2024
Is Twidget compatible with REST or Swagger?
Answered by Twidget
Yes — Twidget creates REST APIs and can call other REST APIs.
Using existing databases and HTTP verbs support
Currently you need to read and copy your data into Twidget to use it natively. We are working on direct integrations with databases like MySQL and MongoDB in the future.
Twidget endpoints support all HTTP verbs (GET, POST, PUT, DELETE, etc.).
Is Twidget a replacement for Postman?
Twidget includes an API client with features similar to Postman, but its purpose is broader — building APIs and automations — so it is not intended as a direct replacement for Postman.
Relating Leads and Appointments across tables
Add a user_id field to the Appointment table, then create an endpoint that accepts user_id as a path or query parameter and uses it to query the Appointment table to return related appointment details.
Multi‑tenancy integrations (High Level CRM)
Yes. Twidget is well suited for building integrations in a multi‑tenant setup. Its flexible architecture lets you create and manage APIs and integrations for each tenant and scale as needed.
Generating quotes and notifying team via email/WhatsApp
Yes. You can generate quotes and send emails from Twidget. For WhatsApp messaging you will likely need to integrate an external service that offers WhatsApp APIs.