I want to make an API between two applications. One of the apps does not have an API, but it does allow me to send emails automatically.
Specifically, I have a CRM where we track customer issues. Every time an issue is created in the CRM, it can be configured to send an email. I want the data from that email to be posted into our reporting app that has an API. That way our reporting app always has the same issues list as our CRM.
I would like bubble to retrieve the email, parse the subject line and body, then post the data into the API of the reporting app.
Here is the documentation page for the app with the API, looks like a standard REST API.
https://traction.tools/faq/api
I haven’t programmed since pascal and cobol in college, so I appreciate anyone who can tell me if this is possible.
Thanks,
Sam