Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Invoke API outside Archer

Gak
Contributor II

Hi all,

I have to invoke a API of my Client to send notification to mobile application.  So I have a couple questions for this.

  •  Is it possible to invoke Post API outside Archer? If it yes, how do I start to do it with some parameters in body to pass via JSON format as the following:
    {"notificationId":"eab7503 df4-8ebe85cd7a9f",
    "to":["12344" , "234596"],
    "notification":{
                       "title":"Warning xxxx",
                       "body":"Please do xxxxx",
                       "detail":"Description xxxxxxx"
            }
    }
  • The list of id "to":["12344","234596"] are from information of user in IRM
  • Is it can be done via DataFeed?

Thanks in advance!

5 REPLIES 5

DavidPetty
Archer Employee
Archer Employee

@Gak you can either use a scheduled PowerShell script to get the data from Archer then send it to the API or if on-prem write a JavaScript Data Feed.

SaaS, you'll need to contact Professional Services in order to write the JavaScript Data Feed.

 Advisory Consultant

@DavidPetty  Thanks David.  May I ask another question?  Can JavaScript Datafeed be invoked on Workflow?

DavidPetty
Archer Employee
Archer Employee
Anytime : ) Currently AWF cannot fire any type of data feeds.

 Advisory Consultant

Hi David, Any solutions to invoke API via workflow with list of user's id? 

I am currently trying to understand what steps need to be taken to do this.

Thanks.

 
 

DavidPetty
Archer Employee
Archer Employee

@Gak the AWF doesn't have anything like that either.

 Advisory Consultant