webapi /integration design for requirement

I have to send email addresses as input from Appian to external system  and the external system validates those email address and send back the ids of those email address. 

How i can implement the design ,what all are needed ,can someone help?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    Hi,

    To achieve this,use integration to communicate with an external system. Send your request body (input parameters) to the external system and receive the correct response if all the email addresses are correct. Retrieve the results from the output section and store them in the Appian database using write smart services.


    Here is the reference : 

    Calling Integration :


    Fetching Result :

Reply
  • 0
    Certified Associate Developer

    Hi,

    To achieve this,use integration to communicate with an external system. Send your request body (input parameters) to the external system and receive the correct response if all the email addresses are correct. Retrieve the results from the output section and store them in the Appian database using write smart services.


    Here is the reference : 

    Calling Integration :


    Fetching Result :

Children