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
Hi,I recommend using the integration object. Please refer to the below documentation:https://docs.appian.com/suite/help/23.4/Integration_Object.html#
Hi Mathurambika M , integration object is used to pass the email addresses to external system but how can i save the external system responses in Appian db (if all email address are correct then external system api passes the employee ids of those email address which needs to be stored back in appian db)
You can create a process model to invoke your integration by passing the required inputs (email addresses in your case). Retrieve the resulting IDs from the output tab. Upon successful execution of the integration, write the output email IDs to your table.https://docs.appian.com/suite/help/23.4/Call_Integration_Smart_Service.html