Expand my Community achievements bar.

SOLVED

ACS External API with Firefly

Avatar

Level 2

Hi, I have built an API endpoint/web action in I/O runtime which I can call from ACS external API component and it works with no issues. I am planning to move to Firefly because of additional requirements, my confusion is if I built my app/API in Firefly, can I invoke it (as web action) from ACS external API component? I tried to find 'API' example on Firefly docs but could not find any example related to this scenario.

 

Thanks !

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Firefly has runtime underneath so no issue in calling Firefly action from ACS.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 2

Firefly has runtime underneath so no issue in calling Firefly action from ACS.

Avatar

Level 4
Haha yes as you answered -- you can just put the endpoint into the ACS external activity and be able to use it.

Avatar

Level 2
Yes, it worked with no issues. Thank you!