Can I send an receive data to and from another application from my forge app using oauth?

I am trying to integrate my application with jira and am planning to use forge. I plan to create a forge app which would be sending and receiving rest api calls from my application and there is a need to authenticate my application as well. Is there a way to do that?

2 Likes

Hi,

For communicating between your Forge app and your external app you can use Forge’s external OAuth.

If you also need to make inbound requests to your Forge app you can use the web trigger module.

2 Likes

Thanks @AdamMoore for the info.

1 Like