Hello bubblers,
I am working on a new feature in my app. I am using a plugin called “Clicksend”.
Background - I am building a real estate market place.
Use case - During the sign-up process, we collect some information from buyers (Their desired property location, price, and key features). I want to send each user a text alert each time a property within their budget becomes available in the database.
I have tried:
-
Installing this plugin “Clicksend” which works for what I want to use it for (sending text messages) i have tested.
-
I was think of setting up a recurring API event but not sure how to customise the type of data and required fields.
Here is what my database looks like:
Property data type with the following fields:
- Property name
- Property description
- Property price
- Property location
Buyer data type with the following fields:
- Budget
- Desired location
- Phone number.
Logically, I’ll link this field “Budget” & “Property price” between the Property and Buyer data type to enable the recurring API but not sure on what the conditions should be.
Any help is appreciated? I am not really fussed on what plugin to use, just need a way to achieve the use case.