Back to All

REST CALL IN SNATCH BOT

Hi Team,
I did a sample bot which uses json call it has 2 webservice calls.

FIRST REST CALL : Initially it will call one webservice with input parameter_1 (Vehicle_number) and sends some result.

SECOND REST CALL: Calling another webservice with with two parameters : parameter_1 (Vehicle_number) and parameter_2 (Vehicle_make)

Here parameter_1 (Vehicle_number) is already given input for REST CALL 1 so need to store in attribute and to send in attribute for REST CALL 2

how it is possible?

I tried in custom variable with attribute key :vehicle_num and attribute value : [responseTo interaction=1***00 fallback=TEXT] but not working please help me??