My Software doesn't have an public API or Webhook

The software I use for my real estate business (Aframe Software) doesn’t have an API or webhook. They said they’ll have it ready early this year but nothing so far and I need to find a workaround.

I saw something online about using the HTTP but I do not understand how to set it up. Here are two situations I would like to do. #1 is the most important, and #2 is nice to have.

  1. When I receive a response on my Jotform I want it to send the information (and documents if possible) to Aframe and set up a new file with the information from the form.

  2. I also would like to have the option that when the file is set to ‘SOLD’ it would send over information (contact name, address, and one PDF) to a Google Sheet that will then trigger a Google Doc to be created and a subfile to submit the PDF and Google Doc.

I saw this was possible with Microsoft Power Automatic Desktop as well as Axiom but would like to see if I could do this with Make so it’s not dependent on me being there to manually trigger it.

this kind of solution will need some research and some reverse engineering skills.

see How to get information from a platform that doesn't send APIs and has no webhooks

3 Likes

Thank you! I’ll try that.