public class CustomerInvocable { @InvocableMethod(label='Get Customers') public static void CallAPI(List<List<Integer>> params){ CustomerAPI.getCustomersByRepsonse(); } }