Skip to main content
August 13, 2024
Question

How to handle multiple endpoints

  • August 13, 2024
  • 2 replies
  • 0 views

Hi Everyone,

Can anyone pleas guide me how to handle multiple end points in appian integrations. Do I need to create multiple integration object for each end point?

    2 replies

    rajt0005
    August 13, 2024

    no need of creating multiple integration , you can create a text array constant and you can store your endpoint over there and just make sure to call endpoint constant while using that integration in rule or interface !

    kumara0180
    August 14, 2024

    it really depends on how and what you want to do. If the end points are different they must be doing different operations. if that's the case, then having separate end points might be beneficial. 

    I am guessing the request and response for all the end points are different in this case as well