IFTTT App
How do I connect a WebApp via an API?
Hello,
I have the following use case:
- An app fires a trigger via a webhook and passes a JSON payload. This works
- now I want to call the API of another WebApp with the response. Unfortunately I have no idea how to do this and I haven't found any documentation.
- if this works, then I want to process the response of the second app and execute further actions if necessary (e.g. send an error message). Again, I don't know how to do it, nor where to find the documentation.
Hope someone of you has a tip for me.
Thanks in advance 😀